Class: Aws::Types::StartResourceStateUpdateResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartResourceStateUpdateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#lifecycle_execution_id ⇒ ::String
Returns the value of attribute lifecycle_execution_id.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def lifecycle_execution_id @lifecycle_execution_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def resource_arn @resource_arn end |