Class: Aws::NetworkManager::Types::UpdateSiteRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:location]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of your site.

Constraints: Maximum length of 256 characters.

Returns:

  • (String)


6106
6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-networkmanager/types.rb', line 6106

class UpdateSiteRequest < Struct.new(
  :global_network_id,
  :site_id,
  :description,
  :location)
  SENSITIVE = [:location]
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


6106
6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-networkmanager/types.rb', line 6106

class UpdateSiteRequest < Struct.new(
  :global_network_id,
  :site_id,
  :description,
  :location)
  SENSITIVE = [:location]
  include Aws::Structure
end

#locationTypes::Location

The site location:

  • ‘Address`: The physical address of the site.

  • ‘Latitude`: The latitude of the site.

  • ‘Longitude`: The longitude of the site.

Returns:



6106
6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-networkmanager/types.rb', line 6106

class UpdateSiteRequest < Struct.new(
  :global_network_id,
  :site_id,
  :description,
  :location)
  SENSITIVE = [:location]
  include Aws::Structure
end

#site_idString

The ID of your site.

Returns:

  • (String)


6106
6107
6108
6109
6110
6111
6112
6113
# File 'lib/aws-sdk-networkmanager/types.rb', line 6106

class UpdateSiteRequest < Struct.new(
  :global_network_id,
  :site_id,
  :description,
  :location)
  SENSITIVE = [:location]
  include Aws::Structure
end