Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_package_name ⇒ ::String
Returns the value of attribute app_package_name.
-
#app_title ⇒ ::String
Returns the value of attribute app_title.
-
#app_version_code ⇒ ::String
Returns the value of attribute app_version_code.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_sdk_version ⇒ ::String
Returns the value of attribute client_sdk_version.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#metrics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute metrics.
-
#sdk_name ⇒ ::String
Returns the value of attribute sdk_name.
-
#session ⇒ Types::Session
Returns the value of attribute session.
-
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
Instance Attribute Details
#app_package_name ⇒ ::String
Returns the value of attribute app_package_name.
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.
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.
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.
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.
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.
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.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def metrics @metrics end |
#sdk_name ⇒ ::String
Returns the value of attribute sdk_name.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def sdk_name @sdk_name end |
#session ⇒ Types::Session
Returns the value of attribute session.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def session @session end |
#timestamp ⇒ ::String
Returns the value of attribute timestamp.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def @timestamp end |