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.
614 615 616 |
# File 'sig/types.rbs', line 614 def created_at @created_at end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
615 616 617 |
# File 'sig/types.rbs', line 615 def invocation_id @invocation_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
616 617 618 |
# File 'sig/types.rbs', line 616 def session_id @session_id end |