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)


3504
3505
3506
3507
3508
3509
# File 'lib/aws-sdk-cloudfront/types.rb', line 3504

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)


3504
3505
3506
3507
3508
3509
# File 'lib/aws-sdk-cloudfront/types.rb', line 3504

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