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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes a location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The physical address.

Returns:

  • (String)


4104
4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4104

class Location < Struct.new(
  :address,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end

#latitudeString

The latitude.

Returns:

  • (String)


4104
4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4104

class Location < Struct.new(
  :address,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end

#longitudeString

The longitude.

Returns:

  • (String)


4104
4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4104

class Location < Struct.new(
  :address,
  :latitude,
  :longitude)
  SENSITIVE = []
  include Aws::Structure
end