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)


6088
6089
6090
6091
6092
6093
6094
6095
# File 'lib/aws-sdk-networkmanager/types.rb', line 6088

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)


6088
6089
6090
6091
6092
6093
6094
6095
# File 'lib/aws-sdk-networkmanager/types.rb', line 6088

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:



6088
6089
6090
6091
6092
6093
6094
6095
# File 'lib/aws-sdk-networkmanager/types.rb', line 6088

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)


6088
6089
6090
6091
6092
6093
6094
6095
# File 'lib/aws-sdk-networkmanager/types.rb', line 6088

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