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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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>)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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>)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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:



5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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)


5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
# File 'lib/aws-sdk-pinpoint/types.rb', line 5239

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