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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_1 ⇒ String

The first line of a customer address.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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_2 ⇒ String

The second line of a customer address.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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_3 ⇒ String

The third line of a customer address.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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_4 ⇒ String

The fourth line of a customer address.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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

#city ⇒ String

The city in which a customer lives.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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

#country ⇒ String

The country in which a customer lives.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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

#county ⇒ String

The county in which a customer lives.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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_code ⇒ String

The postal code of a customer address.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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

#province ⇒ String

The province in which a customer lives.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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

#state ⇒ String

The state in which a customer lives.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10798

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