Class: Aws::CloudFront::Types::UpdateContinuousDeploymentPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateContinuousDeploymentPolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
A continuous deployment policy.
-
#etag ⇒ String
The version identifier for the current version of the continuous deployment policy.
Instance Attribute Details
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
A continuous deployment policy.
12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12485 class UpdateContinuousDeploymentPolicyResult < Struct.new( :continuous_deployment_policy, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the continuous deployment policy.
12485 12486 12487 12488 12489 12490 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12485 class UpdateContinuousDeploymentPolicyResult < Struct.new( :continuous_deployment_policy, :etag) SENSITIVE = [] include Aws::Structure end |