Class: Aws::NetworkManager::Types::UpdateSiteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateSiteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:location]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of your site.
-
#global_network_id ⇒ String
The ID of the global network.
-
#location ⇒ Types::Location
The site location:.
-
#site_id ⇒ String
The ID of your site.
Instance Attribute Details
#description ⇒ String
A description of your site.
Constraints: Maximum length of 256 characters.
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_id ⇒ String
The ID of the global network.
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 |
#location ⇒ Types::Location
The site location:
-
‘Address`: The physical address of the site.
-
‘Latitude`: The latitude of the site.
-
‘Longitude`: The longitude of the site.
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_id ⇒ String
The ID of your site.
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 |