Class: Aws::Types::CandidateAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:street_info, :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)


85
86
87
# File 'sig/types.rbs', line 85

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def country
  @country
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def postal_code
  @postal_code
end

#postal_code_plus_4::String

Returns the value of attribute postal_code_plus_4.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def postal_code_plus_4
  @postal_code_plus_4
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def state
  @state
end

#street_info::String

Returns the value of attribute street_info.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def street_info
  @street_info
end

#street_number::String

Returns the value of attribute street_number.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def street_number
  @street_number
end