Class: Aws::Types::GetContinuousDeploymentPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetContinuousDeploymentPolicyResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
Returns the value of attribute continuous_deployment_policy.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
Returns the value of attribute continuous_deployment_policy.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def continuous_deployment_policy @continuous_deployment_policy end |
#etag ⇒ ::String
Returns the value of attribute etag.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def etag @etag end |