Class: Aws::CloudFront::Types::DeleteOriginAccessControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteOriginAccessControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the origin access control that you are deleting.
-
#if_match ⇒ String
The current version (‘ETag` value) of the origin access control that you are deleting.
Instance Attribute Details
#id ⇒ String
The unique identifier of the origin access control that you are deleting.
3165 3166 3167 3168 3169 3170 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3165 class DeleteOriginAccessControlRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (‘ETag` value) of the origin access control that you are deleting.
3165 3166 3167 3168 3169 3170 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3165 class DeleteOriginAccessControlRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |