Class: Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Deletes a origin access identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The origin access identity’s ID.
-
#if_match ⇒ String
The value of the ‘ETag` header you received from a previous `GET` or `PUT` request.
Instance Attribute Details
#id ⇒ String
The origin access identity’s ID.
3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3040 class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ‘ETag` header you received from a previous `GET` or `PUT` request. For example: `E2QWRUHAPOMQZL`.
3040 3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3040 class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |