Class: Aws::Types::AssignedSessionAction
- Inherits:
-
Object
- Object
- Aws::Types::AssignedSessionAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::AssignedSessionActionDefinition
Returns the value of attribute definition.
-
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
Instance Attribute Details
#definition ⇒ Types::AssignedSessionActionDefinition
Returns the value of attribute definition.
67 68 69 |
# File 'sig/types.rbs', line 67 def definition @definition end |
#session_action_id ⇒ ::String
Returns the value of attribute session_action_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def session_action_id @session_action_id end |