Class: Aws::CustomerProfiles::Types::UpdateAddress

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Updates associated with the address properties of a customer profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_1String

The first line of a customer address.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#address_2String

The second line of a customer address.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#address_3String

The third line of a customer address.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#address_4String

The fourth line of a customer address.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#cityString

The city in which a customer lives.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

The country in which a customer lives.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#countyString

The county in which a customer lives.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#postal_codeString

The postal code of a customer address.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#provinceString

The province in which a customer lives.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state in which a customer lives.

Returns:

  • (String)


5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5152

class UpdateAddress < Struct.new(
  :address_1,
  :address_2,
  :address_3,
  :address_4,
  :city,
  :county,
  :state,
  :province,
  :country,
  :postal_code)
  SENSITIVE = []
  include Aws::Structure
end