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.



6685
6686
6687
6688
6689
6690
6691
6692
# File 'lib/aws-sdk-networkmanager/types.rb', line 6685

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.



6685
6686
6687
6688
6689
6690
6691
6692
# File 'lib/aws-sdk-networkmanager/types.rb', line 6685

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.



6685
6686
6687
6688
6689
6690
6691
6692
# File 'lib/aws-sdk-networkmanager/types.rb', line 6685

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

#site_idString

The ID of your site.



6685
6686
6687
6688
6689
6690
6691
6692
# File 'lib/aws-sdk-networkmanager/types.rb', line 6685

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