Class: Aws::Types::CreateContinuousDeploymentPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateContinuousDeploymentPolicyResult
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
Returns the value of attribute continuous_deployment_policy.
556 557 558 |
# File 'sig/types.rbs', line 556 def continuous_deployment_policy @continuous_deployment_policy end |
#etag ⇒ ::String
Returns the value of attribute etag.
558 559 560 |
# File 'sig/types.rbs', line 558 def etag @etag end |
#location ⇒ ::String
Returns the value of attribute location.
557 558 559 |
# File 'sig/types.rbs', line 557 def location @location end |