Class: Aws::CloudFront::Types::DeleteContinuousDeploymentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteContinuousDeploymentPolicyRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3316 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.
3316 3317 3318 3319 3320 3321 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3316 class DeleteContinuousDeploymentPolicyRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |