Class: Aws::CloudFront::Types::GetOriginAccessControlConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetOriginAccessControlConfigRequest
- 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.
Instance Attribute Details
#id ⇒ String
The unique identifier of the origin access control.
5522 5523 5524 5525 5526 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5522 class GetOriginAccessControlConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |