Class: Aws::Types::AddressDimension

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::ProfileDimension

Returns the value of attribute city.



51
52
53
# File 'sig/types.rbs', line 51

def city
  @city
end

#countryTypes::ProfileDimension

Returns the value of attribute country.



52
53
54
# File 'sig/types.rbs', line 52

def country
  @country
end

#countyTypes::ProfileDimension

Returns the value of attribute county.



53
54
55
# File 'sig/types.rbs', line 53

def county
  @county
end

#postal_codeTypes::ProfileDimension

Returns the value of attribute postal_code.



54
55
56
# File 'sig/types.rbs', line 54

def postal_code
  @postal_code
end

#provinceTypes::ProfileDimension

Returns the value of attribute province.



55
56
57
# File 'sig/types.rbs', line 55

def province
  @province
end

#stateTypes::ProfileDimension

Returns the value of attribute state.



56
57
58
# File 'sig/types.rbs', line 56

def state
  @state
end