Class: Aws::CloudFront::Types::UpdateContinuousDeploymentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateContinuousDeploymentPolicyRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
13027 13028 13029 13030 13031 13032 13033 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13027 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.
13027 13028 13029 13030 13031 13032 13033 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13027 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.
13027 13028 13029 13030 13031 13032 13033 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13027 class UpdateContinuousDeploymentPolicyRequest < Struct.new( :continuous_deployment_policy_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |