Class: Aws::Types::AgenticRetrieveTraceEvent
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveTraceEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::AgenticRetrieveTraceEventAttributes
Returns the value of attribute attributes.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#attributes ⇒ Types::AgenticRetrieveTraceEventAttributes
Returns the value of attribute attributes.
330 331 332 |
# File 'sig/types.rbs', line 330 def attributes @attributes end |
#event_type ⇒ Object
Returns the value of attribute event_type.
333 334 335 |
# File 'sig/types.rbs', line 333 def event_type @event_type end |
#id ⇒ ::String
Returns the value of attribute id.
331 332 333 |
# File 'sig/types.rbs', line 331 def id @id end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
332 333 334 |
# File 'sig/types.rbs', line 332 def @timestamp end |