Class: Aws::Types::Address

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:street_name, :street_suffix, :post_directional, :pre_directional, :street_number, :city, :state, :postal_code, :postal_code_plus_4, :country])

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


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

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


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

def country
  @country
end

#post_directional::String

Returns the value of attribute post_directional.

Returns:

  • (::String)


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

def post_directional
  @post_directional
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


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

def postal_code
  @postal_code
end

#postal_code_plus_4::String

Returns the value of attribute postal_code_plus_4.

Returns:

  • (::String)


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

def postal_code_plus_4
  @postal_code_plus_4
end

#pre_directional::String

Returns the value of attribute pre_directional.

Returns:

  • (::String)


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

def pre_directional
  @pre_directional
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


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

def state
  @state
end

#street_name::String

Returns the value of attribute street_name.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def street_name
  @street_name
end

#street_number::String

Returns the value of attribute street_number.

Returns:

  • (::String)


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

def street_number
  @street_number
end

#street_suffix::String

Returns the value of attribute street_suffix.

Returns:

  • (::String)


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

def street_suffix
  @street_suffix
end