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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_versionString

The version of the app that’s associated with the endpoint.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#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)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#makeString

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

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#modelString

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

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#model_versionString

The model version of the endpoint device.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#platformString

The platform of the endpoint device, such as ios.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#platform_versionString

The platform version of the endpoint device.

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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

#timezoneString

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

Returns:

  • (String)


4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
# File 'lib/aws-sdk-pinpoint/types.rb', line 4706

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