Class: Aws::CustomerProfiles::Types::AddressDimension

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

Overview

Object that segments on Customer Profile's address object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::ProfileDimension

The city belonging to the address.



191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 191

class AddressDimension < Struct.new(
  :city,
  :country,
  :county,
  :postal_code,
  :province,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#countryTypes::ProfileDimension

The country belonging to the address.



191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 191

class AddressDimension < Struct.new(
  :city,
  :country,
  :county,
  :postal_code,
  :province,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#countyTypes::ProfileDimension

The county belonging to the address.



191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 191

class AddressDimension < Struct.new(
  :city,
  :country,
  :county,
  :postal_code,
  :province,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#postal_codeTypes::ProfileDimension

The postal code belonging to the address.



191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 191

class AddressDimension < Struct.new(
  :city,
  :country,
  :county,
  :postal_code,
  :province,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#provinceTypes::ProfileDimension

The province belonging to the address.



191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 191

class AddressDimension < Struct.new(
  :city,
  :country,
  :county,
  :postal_code,
  :province,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ProfileDimension

The state belonging to the address.



191
192
193
194
195
196
197
198
199
200
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 191

class AddressDimension < Struct.new(
  :city,
  :country,
  :county,
  :postal_code,
  :province,
  :state)
  SENSITIVE = []
  include Aws::Structure
end