Class: Aws::Types::GeoLocationDetails

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)


509
510
511
# File 'sig/types.rbs', line 509

def continent_code
  @continent_code
end

#continent_name::String

Returns the value of attribute continent_name.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def continent_name
  @continent_name
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def country_code
  @country_code
end

#country_name::String

Returns the value of attribute country_name.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def country_name
  @country_name
end

#subdivision_code::String

Returns the value of attribute subdivision_code.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def subdivision_code
  @subdivision_code
end

#subdivision_name::String

Returns the value of attribute subdivision_name.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def subdivision_name
  @subdivision_name
end