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)


363
364
365
# File 'sig/types.rbs', line 363

def country_code
  @country_code
end

#country_name::String

Returns the value of attribute country_name.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def country_name
  @country_name
end