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.
3059 3060 3061 3062 3063 3064 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3059 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.
3059 3060 3061 3062 3063 3064 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3059 class DeleteContinuousDeploymentPolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |