Class: Aws::CloudFront::Types::DeleteOriginAccessControlRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the origin access control that you are deleting.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-cloudfront/types.rb', line 3245

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

#if_matchString

The current version (‘ETag` value) of the origin access control that you are deleting.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
# File 'lib/aws-sdk-cloudfront/types.rb', line 3245

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