Class: Aws::Types::CreateInvocationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateInvocationResponse
- 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.
532 533 534 |
# File 'sig/types.rbs', line 532 def created_at @created_at end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
533 534 535 |
# File 'sig/types.rbs', line 533 def invocation_id @invocation_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def session_id @session_id end |