Class: Aws::Types::UpdateAddress

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)


2807
2808
2809
# File 'sig/types.rbs', line 2807

def address_1
  @address_1
end

#address_2 ⇒ ::String

Returns the value of attribute address_2.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def address_2
  @address_2
end

#address_3 ⇒ ::String

Returns the value of attribute address_3.

Returns:

  • (::String)


2809
2810
2811
# File 'sig/types.rbs', line 2809

def address_3
  @address_3
end

#address_4 ⇒ ::String

Returns the value of attribute address_4.

Returns:

  • (::String)


2810
2811
2812
# File 'sig/types.rbs', line 2810

def address_4
  @address_4
end

#city ⇒ ::String

Returns the value of attribute city.

Returns:

  • (::String)


2811
2812
2813
# File 'sig/types.rbs', line 2811

def city
  @city
end

#country ⇒ ::String

Returns the value of attribute country.

Returns:

  • (::String)


2815
2816
2817
# File 'sig/types.rbs', line 2815

def country
  @country
end

#county ⇒ ::String

Returns the value of attribute county.

Returns:

  • (::String)


2812
2813
2814
# File 'sig/types.rbs', line 2812

def county
  @county
end

#postal_code ⇒ ::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


2816
2817
2818
# File 'sig/types.rbs', line 2816

def postal_code
  @postal_code
end

#province ⇒ ::String

Returns the value of attribute province.

Returns:

  • (::String)


2814
2815
2816
# File 'sig/types.rbs', line 2814

def province
  @province
end

#state ⇒ ::String

Returns the value of attribute state.

Returns:

  • (::String)


2813
2814
2815
# File 'sig/types.rbs', line 2813

def state
  @state
end