Class: Aws::CloudFront::Types::UpdateContinuousDeploymentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateContinuousDeploymentPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuous_deployment_policy_config ⇒ Types::ContinuousDeploymentPolicyConfig
The continuous deployment policy configuration.
-
#id ⇒ String
The identifier of the continuous deployment policy that you are updating.
-
#if_match ⇒ String
The current version (‘ETag` value) of the continuous deployment policy that you are updating.
Instance Attribute Details
#continuous_deployment_policy_config ⇒ Types::ContinuousDeploymentPolicyConfig
The continuous deployment policy configuration.
12466 12467 12468 12469 12470 12471 12472 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12466 class UpdateContinuousDeploymentPolicyRequest < Struct.new( :continuous_deployment_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the continuous deployment policy that you are updating.
12466 12467 12468 12469 12470 12471 12472 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12466 class UpdateContinuousDeploymentPolicyRequest < Struct.new( :continuous_deployment_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (‘ETag` value) of the continuous deployment policy that you are updating.
12466 12467 12468 12469 12470 12471 12472 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12466 class UpdateContinuousDeploymentPolicyRequest < Struct.new( :continuous_deployment_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |