Class: Aws::Types::RumEvent
- Inherits:
-
Object
- Object
- Aws::Types::RumEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ ::String
Returns the value of attribute details.
382 383 384 |
# File 'sig/types.rbs', line 382 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
378 379 380 |
# File 'sig/types.rbs', line 378 def id @id end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
381 382 383 |
# File 'sig/types.rbs', line 381 def end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
379 380 381 |
# File 'sig/types.rbs', line 379 def end |
#type ⇒ ::String
Returns the value of attribute type.
380 381 382 |
# File 'sig/types.rbs', line 380 def type @type end |