Class: Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest
- Defined in:
- gems/aws-sdk-cloudfront/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 previousGET
orPUT
request.
Instance Attribute Details
#id ⇒ String
The origin access identity's ID.
3297 3298 3299 3300 3301 3302 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3297 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
.
3297 3298 3299 3300 3301 3302 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3297 class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |