Class: Aws::Types::SendProjectSessionActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendProjectSessionActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::Integer
Returns the value of attribute action_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#action_id ⇒ ::Integer
Returns the value of attribute action_id.
887 888 889 |
# File 'sig/types.rbs', line 887 def action_id @action_id end |
#name ⇒ ::String
Returns the value of attribute name.
886 887 888 |
# File 'sig/types.rbs', line 886 def name @name end |
#result ⇒ ::String
Returns the value of attribute result.
885 886 887 |
# File 'sig/types.rbs', line 885 def result @result end |