Class: Aws::Types::Address

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_1::String

Returns the value of attribute address_1.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def address_1
  @address_1
end

#address_2::String

Returns the value of attribute address_2.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def address_2
  @address_2
end

#address_3::String

Returns the value of attribute address_3.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def address_3
  @address_3
end

#address_4::String

Returns the value of attribute address_4.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def address_4
  @address_4
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def country
  @country
end

#county::String

Returns the value of attribute county.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def county
  @county
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def postal_code
  @postal_code
end

#province::String

Returns the value of attribute province.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def province
  @province
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def state
  @state
end