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)


3163
3164
3165
3166
3167
3168
# File 'lib/aws-sdk-cloudfront/types.rb', line 3163

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)


3163
3164
3165
3166
3167
3168
# File 'lib/aws-sdk-cloudfront/types.rb', line 3163

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