Class: Aws::Types::UpdateContinuousDeploymentPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContinuousDeploymentPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuous_deployment_policy_config ⇒ Types::ContinuousDeploymentPolicyConfig
Returns the value of attribute continuous_deployment_policy_config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
Instance Attribute Details
#continuous_deployment_policy_config ⇒ Types::ContinuousDeploymentPolicyConfig
Returns the value of attribute continuous_deployment_policy_config.
3947 3948 3949 |
# File 'sig/types.rbs', line 3947 def continuous_deployment_policy_config @continuous_deployment_policy_config end |
#id ⇒ ::String
Returns the value of attribute id.
3948 3949 3950 |
# File 'sig/types.rbs', line 3948 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3949 3950 3951 |
# File 'sig/types.rbs', line 3949 def if_match @if_match end |