Class: Aws::CloudFront::Types::DeleteContinuousDeploymentPolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the continuous deployment policy that you are deleting.

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3057

class DeleteContinuousDeploymentPolicyRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The current version (ETag value) of the continuous deployment policy that you are deleting.

Returns:

  • (String)


3057
3058
3059
3060
3061
3062
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3057

class DeleteContinuousDeploymentPolicyRequest < Struct.new(
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end