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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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)


4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4730

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