Class: Aws::Types::ExecutionApprovalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionApprovalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_role ⇒ ::String
Returns the value of attribute approval_role.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#approval_role ⇒ ::String
Returns the value of attribute approval_role.
241 242 243 |
# File 'sig/types.rbs', line 241 def approval_role @approval_role end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
240 241 242 |
# File 'sig/types.rbs', line 240 def timeout_minutes @timeout_minutes end |