Class: Aws::Pinpoint::Types::EndpointDemographic

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass EndpointDemographic data as a hash:

{
  app_version: "__string",
  locale: "__string",
  make: "__string",
  model: "__string",
  model_version: "__string",
  platform: "__string",
  platform_version: "__string",
  timezone: "__string",
}

Demographic information about the endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionString

The version of the application associated with the endpoint.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#localeString

The endpoint locale in the following format: The ISO 639-1 alpha-2 code, followed by an underscore, followed by an ISO 3166-1 alpha-2 value.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#makeString

The manufacturer of the endpoint device, such as Apple or Samsung.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#modelString

The model name or number of the endpoint device, such as iPhone.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#model_versionString

The model version of the endpoint device.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#platformString

The platform of the endpoint device, such as iOS or Android.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#platform_versionString

The platform version of the endpoint device.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end

#timezoneString

The timezone of the endpoint. Specified as a tz database value, such as Americas/Los_Angeles.

Returns:

  • (String)


3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
# File 'lib/aws-sdk-pinpoint/types.rb', line 3705

class EndpointDemographic < Struct.new(
  :app_version,
  :locale,
  :make,
  :model,
  :model_version,
  :platform,
  :platform_version,
  :timezone)
  include Aws::Structure
end