Class: Aws::CloudFront::Types::DeleteContinuousDeploymentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteContinuousDeploymentPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the continuous deployment policy that you are deleting.
-
#if_match ⇒ String
The current version (‘ETag` value) of the continuous deployment policy that you are deleting.
Instance Attribute Details
#id ⇒ String
The identifier of the continuous deployment policy that you are deleting.
3053 3054 3055 3056 3057 3058 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3053 class DeleteContinuousDeploymentPolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (‘ETag` value) of the continuous deployment policy that you are deleting.
3053 3054 3055 3056 3057 3058 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3053 class DeleteContinuousDeploymentPolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |