You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::UpdateSiteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateSiteRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateSiteRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
global_network_id: "String", # required
site_id: "String", # required
description: "String",
location: {
address: "String",
latitude: "String",
longitude: "String",
},
}
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.
Length Constraints: Maximum length of 256 characters.
#global_network_id ⇒ String
The ID of the global network.
#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.
#site_id ⇒ String
The ID of your site.