Class: Aws::Types::InvocationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InvocationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def created_at @created_at end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def invocation_id @invocation_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def session_id @session_id end |