Class: Aws::CloudFront::Types::ListOriginAccessControlsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListOriginAccessControlsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origin_access_control_list ⇒ Types::OriginAccessControlList
A list of origin access controls.
Instance Attribute Details
#origin_access_control_list ⇒ Types::OriginAccessControlList
A list of origin access controls.
8081 8082 8083 8084 8085 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8081 class ListOriginAccessControlsResult < Struct.new( :origin_access_control_list) SENSITIVE = [] include Aws::Structure end |