Class: Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest

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

Overview

Deletes a origin access identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The origin access identity’s ID.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-cloudfront/types.rb', line 3038

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

#if_matchString

The value of the ‘ETag` header you received from a previous `GET` or `PUT` request. For example: `E2QWRUHAPOMQZL`.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-cloudfront/types.rb', line 3038

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