Class: Aws::CustomerProfiles::Types::Address
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::Address
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
A generic address associated with the customer that is not mailing, shipping, or billing.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #address_1  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The first line of a customer address.
 - 
  
    
      #address_2  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The second line of a customer address.
 - 
  
    
      #address_3  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The third line of a customer address.
 - 
  
    
      #address_4  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fourth line of a customer address.
 - 
  
    
      #city  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The city in which a customer lives.
 - 
  
    
      #country  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The country in which a customer lives.
 - 
  
    
      #county  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The county in which a customer lives.
 - 
  
    
      #postal_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The postal code of a customer address.
 - 
  
    
      #province  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The province in which a customer lives.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state in which a customer lives.
 
Instance Attribute Details
#address_1 ⇒ String
The first line of a customer address.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < 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.
      148 149 150 151 152 153 154 155 156 157 158 159 160 161  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 148 class Address < Struct.new( :address_1, :address_2, :address_3, :address_4, :city, :county, :state, :province, :country, :postal_code) SENSITIVE = [] include Aws::Structure end  |