class Aws::NetworkManager::Types::UpdateSiteRequest

@note When making an API call, you may pass UpdateSiteRequest

data as a hash:

    {
      global_network_id: "String", # required
      site_id: "String", # required
      description: "String",
      location: {
        address: "String",
        latitude: "String",
        longitude: "String",
      },
    }

@!attribute [rw] global_network_id

The ID of the global network.
@return [String]

@!attribute [rw] site_id

The ID of your site.
@return [String]

@!attribute [rw] description

A description of your site.

Length Constraints: Maximum length of 256 characters.
@return [String]

@!attribute [rw] location

The site location:

* `Address`\: The physical address of the site.

* `Latitude`\: The latitude of the site.

* `Longitude`\: The longitude of the site.
@return [Types::Location]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateSiteRequest AWS API Documentation

Constants

SENSITIVE