Class: Aws::Types::Location

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ ::String

Returns the value of attribute address.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def address
  @address
end

#latitude ⇒ ::String

Returns the value of attribute latitude.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def latitude
  @latitude
end

#longitude ⇒ ::String

Returns the value of attribute longitude.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def longitude
  @longitude
end