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)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def address_1
  @address_1
end

#address_2::String

Returns the value of attribute address_2.

Returns:

  • (::String)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def address_2
  @address_2
end

#address_3::String

Returns the value of attribute address_3.

Returns:

  • (::String)


2778
2779
2780
# File 'sig/types.rbs', line 2778

def address_3
  @address_3
end

#address_4::String

Returns the value of attribute address_4.

Returns:

  • (::String)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def address_4
  @address_4
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


2784
2785
2786
# File 'sig/types.rbs', line 2784

def country
  @country
end

#county::String

Returns the value of attribute county.

Returns:

  • (::String)


2781
2782
2783
# File 'sig/types.rbs', line 2781

def county
  @county
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def postal_code
  @postal_code
end

#province::String

Returns the value of attribute province.

Returns:

  • (::String)


2783
2784
2785
# File 'sig/types.rbs', line 2783

def province
  @province
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def state
  @state
end