Class: Aws::Types::Event

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_package_name::String

Returns the value of attribute app_package_name.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def app_package_name
  @app_package_name
end

#app_title::String

Returns the value of attribute app_title.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def app_title
  @app_title
end

#app_version_code::String

Returns the value of attribute app_version_code.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def app_version_code
  @app_version_code
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


1170
1171
1172
# File 'sig/types.rbs', line 1170

def attributes
  @attributes
end

#client_sdk_version::String

Returns the value of attribute client_sdk_version.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def client_sdk_version
  @client_sdk_version
end

#event_type::String

Returns the value of attribute event_type.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def event_type
  @event_type
end

#metrics::Hash[::String, ::Float]

Returns the value of attribute metrics.

Returns:

  • (::Hash[::String, ::Float])


1173
1174
1175
# File 'sig/types.rbs', line 1173

def metrics
  @metrics
end

#sdk_name::String

Returns the value of attribute sdk_name.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def sdk_name
  @sdk_name
end

#sessionTypes::Session

Returns the value of attribute session.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def session
  @session
end

#timestamp::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def timestamp
  @timestamp
end