Class: Aws::NetworkManager::Types::Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Location
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The physical address.
-
#latitude ⇒ String
The latitude.
-
#longitude ⇒ String
The longitude.
Instance Attribute Details
#address ⇒ String
The physical address.
4358 4359 4360 4361 4362 4363 4364 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4358 class Location < Struct.new( :address, :latitude, :longitude) SENSITIVE = [] include Aws::Structure end |