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.
5351 5352 5353 5354 5355 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5351 class GetOriginAccessControlConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |