Class: Aws::Pinpoint::Types::Event

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies information about an event that reports data to Amazon Pinpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_package_nameString

The package name of the app that's recording the event.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#app_titleString

The title of the app that's recording the event.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#app_version_codeString

The version number of the app that's recording the event.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#attributesHash<String,String>

One or more custom attributes that are associated with the event.

Returns:

  • (Hash<String,String>)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#client_sdk_versionString

The version of the SDK that's running on the client device.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The name of the event.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#metricsHash<String,Float>

One or more custom metrics that are associated with the event.

Returns:

  • (Hash<String,Float>)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#sdk_nameString

The name of the SDK that's being used to record the event.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#sessionTypes::Session

Information about the session in which the event occurred.

Returns:



5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The date and time, in ISO 8601 format, when the event occurred.

Returns:

  • (String)


5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5137

class Event < Struct.new(
  :app_package_name,
  :app_title,
  :app_version_code,
  :attributes,
  :client_sdk_version,
  :event_type,
  :metrics,
  :sdk_name,
  :session,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end