Class: Aws::Pinpoint::Types::EndpointDemographic
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::EndpointDemographic
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies demographic information about an endpoint, such as the applicable time zone and platform.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the app that’s associated with the endpoint.
 - 
  
    
      #locale  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.
 - 
  
    
      #make  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The manufacturer of the endpoint device, such as apple or samsung.
 - 
  
    
      #model  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The model name or number of the endpoint device, such as iPhone or SM-G900F.
 - 
  
    
      #model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The model version of the endpoint device.
 - 
  
    
      #platform  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The platform of the endpoint device, such as ios.
 - 
  
    
      #platform_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The platform version of the endpoint device.
 - 
  
    
      #timezone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
 
Instance Attribute Details
#app_version ⇒ String
The version of the app that’s associated with the endpoint.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#locale ⇒ String
The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#make ⇒ String
The manufacturer of the endpoint device, such as apple or samsung.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#model ⇒ String
The model name or number of the endpoint device, such as iPhone or SM-G900F.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#model_version ⇒ String
The model version of the endpoint device.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#platform ⇒ String
The platform of the endpoint device, such as ios.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_version ⇒ String
The platform version of the endpoint device.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  | 
  
#timezone ⇒ String
The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.
      4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 4729 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) SENSITIVE = [] include Aws::Structure end  |