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.
2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2994 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.
2994 2995 2996 2997 2998 2999 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2994 class DeleteContinuousDeploymentPolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |