Class: Aws::Types::GeoLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#continent_code::String

Returns the value of attribute continent_code.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def continent_code
  @continent_code
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def country_code
  @country_code
end

#subdivision_code::String

Returns the value of attribute subdivision_code.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def subdivision_code
  @subdivision_code
end