Class: Aws::Types::ApprovalAction
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "APPROVED", "REJECTED"
Returns the value of attribute action.
-
#approval_id ⇒ ::String
Returns the value of attribute approval_id.
-
#button_text ⇒ ::String
Returns the value of attribute button_text.
-
#interrupt_id ⇒ ::String
Returns the value of attribute interrupt_id.
-
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
Instance Attribute Details
#action ⇒ "APPROVED", "REJECTED"
Returns the value of attribute action.
106 107 108 |
# File 'sig/types.rbs', line 106 def action @action end |
#approval_id ⇒ ::String
Returns the value of attribute approval_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def approval_id @approval_id end |
#button_text ⇒ ::String
Returns the value of attribute button_text.
105 106 107 |
# File 'sig/types.rbs', line 105 def @button_text end |
#interrupt_id ⇒ ::String
Returns the value of attribute interrupt_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def interrupt_id @interrupt_id end |
#tool_use_id ⇒ ::String
Returns the value of attribute tool_use_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def tool_use_id @tool_use_id end |