Class: Aws::Types::Approval
- Inherits:
-
Object
- Object
- Aws::Types::Approval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_state ⇒ "APPROVE", "REVOKE"
Returns the value of attribute approval_state.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
Instance Attribute Details
#approval_state ⇒ "APPROVE", "REVOKE"
Returns the value of attribute approval_state.
16 17 18 |
# File 'sig/types.rbs', line 16 def approval_state @approval_state end |
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
15 16 17 |
# File 'sig/types.rbs', line 15 def user_arn @user_arn end |