Class: Aws::Types::UpdateContinuousDeploymentPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContinuousDeploymentPolicyResult
- 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.
3954 3955 3956 |
# File 'sig/types.rbs', line 3954 def continuous_deployment_policy @continuous_deployment_policy end |
#etag ⇒ ::String
Returns the value of attribute etag.
3955 3956 3957 |
# File 'sig/types.rbs', line 3955 def etag @etag end |