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",
}

Endpoint demographic data

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionString

The version of the application associated with the endpoint.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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

#makeString

The endpoint make, such as such as Apple or Samsung.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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

#modelString

The endpoint model, such as iPhone.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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

#model_versionString

The endpoint model version.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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

#platformString

The endpoint platform, such as ios or android.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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

#platform_versionString

The endpoint platform version.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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)


3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-pinpoint/types.rb', line 3167

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