Class: Aws::CloudFront::Types::GetOriginAccessControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetOriginAccessControlRequest
- 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.
5552 5553 5554 5555 5556 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5552 class GetOriginAccessControlRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |