You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteCloudFrontOriginAccessIdentityRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteCloudFrontOriginAccessIdentityRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
id: "string", # required
if_match: "string",
}
Deletes a origin access identity.
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.
#if_match ⇒ String
The value of the ETag
header you received from a previous GET
or
PUT
request. For example: E2QWRUHAPOMQZL
.