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.
7237 7238 7239 7240 7241 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7237 class ListOriginAccessControlsResult < Struct.new( :origin_access_control_list) SENSITIVE = [] include Aws::Structure end |