Class: Aws::Types::Country

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


5088
5089
5090
# File 'sig/types.rbs', line 5088

def country_code
  @country_code
end

#country_name::String

Returns the value of attribute country_name.

Returns:

  • (::String)


5089
5090
5091
# File 'sig/types.rbs', line 5089

def country_name
  @country_name
end