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_line_1::String

Returns the value of attribute address_line_1.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def address_line_1
  @address_line_1
end

#address_line_2::String

Returns the value of attribute address_line_2.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def address_line_2
  @address_line_2
end

#address_line_3::String

Returns the value of attribute address_line_3.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def address_line_3
  @address_line_3
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def city
  @city
end

#contact_name::String

Returns the value of attribute contact_name.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def contact_name
  @contact_name
end

#contact_phone_number::String

Returns the value of attribute contact_phone_number.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def contact_phone_number
  @contact_phone_number
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def country_code
  @country_code
end

#district_or_county::String

Returns the value of attribute district_or_county.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def district_or_county
  @district_or_county
end

#municipality::String

Returns the value of attribute municipality.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def municipality
  @municipality
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def postal_code
  @postal_code
end

#state_or_region::String

Returns the value of attribute state_or_region.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def state_or_region
  @state_or_region
end