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.
248 249 250 |
# File 'sig/types.rbs', line 248 def attributes @attributes end |
#event_type ⇒ Object
Returns the value of attribute event_type.
251 252 253 |
# File 'sig/types.rbs', line 251 def event_type @event_type end |
#id ⇒ ::String
Returns the value of attribute id.
249 250 251 |
# File 'sig/types.rbs', line 249 def id @id end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
250 251 252 |
# File 'sig/types.rbs', line 250 def @timestamp end |