Class: Aws::Types::CancelLifecycleExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelLifecycleExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
73 74 75 |
# File 'sig/types.rbs', line 73 def client_token @client_token end |
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def lifecycle_execution_id @lifecycle_execution_id end |