You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::EventWhen passing Event as input to an Aws::Client method, you can use a vanilla Hash:
{
app_package_name: "__string",
app_title: "__string",
app_version_code: "__string",
attributes: {
"__string" => "__string",
},
client_sdk_version: "__string",
event_type: "__string", metrics: {
"__string" => 1.0,
},
sdk_name: "__string",
session: {
duration: 1,
id: "__string", start_timestamp: "__string", stop_timestamp: "__string",
},
timestamp: "__string", }
Specifies information about an event that reports data to Amazon Pinpoint.
Instance Attribute Summary collapseThe package name of the app that\'s recording the event.
The title of the app that\'s recording the event.
The version number of the app that\'s recording the event.
One or more custom attributes that are associated with the event.
The version of the SDK that\'s running on the client device.
The name of the event.
One or more custom metrics that are associated with the event.
The name of the SDK that\'s being used to record the event.
Information about the session in which the event occurred.
The date and time, in ISO 8601 format, when the event occurred.
The package name of the app that\'s recording the event.
#app_title ⇒ StringThe title of the app that\'s recording the event.
#app_version_code ⇒ StringThe version number of the app that\'s recording the event.
#attributes ⇒ Hash<String,String>One or more custom attributes that are associated with the event.
#client_sdk_version ⇒ StringThe version of the SDK that\'s running on the client device.
#metrics ⇒ Hash<String,Float>One or more custom metrics that are associated with the event.
#sdk_name ⇒ StringThe name of the SDK that\'s being used to record the event.
#session ⇒ Types::SessionInformation about the session in which the event occurred.
#timestamp ⇒ StringThe date and time, in ISO 8601 format, when the event occurred.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4