You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EndpointDemographic as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies demographic information about an endpoint, such as the applicable time zone and platform.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionString

The version of the app that\'s associated with the endpoint.

Returns:

  • (String)

    The version of the app that\'s associated with the endpoint.

#localeString

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.

Returns:

  • (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.

#makeString

The manufacturer of the endpoint device, such as apple or samsung.

Returns:

  • (String)

    The manufacturer of the endpoint device, such as apple or samsung.

#modelString

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

Returns:

  • (String)

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

#model_versionString

The model version of the endpoint device.

Returns:

  • (String)

    The model version of the endpoint device.

#platformString

The platform of the endpoint device, such as ios.

Returns:

  • (String)

    The platform of the endpoint device, such as ios.

#platform_versionString

The platform version of the endpoint device.

Returns:

  • (String)

    The platform version of the endpoint device.

#timezoneString

The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.

Returns:

  • (String)

    The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.