You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::NetworkManager::Types::Location

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Location as input to an Aws::Client method, you can use a vanilla Hash:

{
  address: "String",
  latitude: "String",
  longitude: "String",
}

Describes a location.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The physical address.

Returns:

  • (String)

    The physical address.

#latitudeString

The latitude.

Returns:

  • (String)

    The latitude.

#longitudeString

The longitude.

Returns:

  • (String)

    The longitude.