Class: Aws::Types::CreateInvocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInvocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
525 526 527 |
# File 'sig/types.rbs', line 525 def description @description end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def invocation_id @invocation_id end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
527 528 529 |
# File 'sig/types.rbs', line 527 def session_identifier @session_identifier end |