Class: Aws::Types::ResetDeploymentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ResetDeploymentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
Instance Attribute Details
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def deployment_arn @deployment_arn end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def deployment_id @deployment_id end |