Class: Aws::Pinpoint::Types::EndpointDemographic
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EndpointDemographic
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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
-
#app_version ⇒ String
The version of the application associated with the endpoint.
-
#locale ⇒ String
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.
-
#make ⇒ String
The endpoint make, such as such as Apple or Samsung.
-
#model ⇒ String
The endpoint model, such as iPhone.
-
#model_version ⇒ String
The endpoint model version.
-
#platform ⇒ String
The endpoint platform, such as ios or android.
-
#platform_version ⇒ String
The endpoint platform version.
-
#timezone ⇒ String
The timezone of the endpoint.
Instance Attribute Details
#app_version ⇒ String
The version of the application associated with the endpoint.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#locale ⇒ String
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.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#make ⇒ String
The endpoint make, such as such as Apple or Samsung.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#model ⇒ String
The endpoint model, such as iPhone.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#model_version ⇒ String
The endpoint model version.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#platform ⇒ String
The endpoint platform, such as ios or android.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#platform_version ⇒ String
The endpoint platform version.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |
#timezone ⇒ String
The timezone of the endpoint. Specified as a tz database value, such as Americas/Los_Angeles.
1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1841 class EndpointDemographic < Struct.new( :app_version, :locale, :make, :model, :model_version, :platform, :platform_version, :timezone) include Aws::Structure end |