Class: Aws::CloudFront::Types::ListCloudFrontOriginAccessIdentitiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListCloudFrontOriginAccessIdentitiesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The returned result of the corresponding request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_front_origin_access_identity_list ⇒ Types::CloudFrontOriginAccessIdentityList
The ‘CloudFrontOriginAccessIdentityList` type.
Instance Attribute Details
#cloud_front_origin_access_identity_list ⇒ Types::CloudFrontOriginAccessIdentityList
The ‘CloudFrontOriginAccessIdentityList` type.
8732 8733 8734 8735 8736 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8732 class ListCloudFrontOriginAccessIdentitiesResult < Struct.new( :cloud_front_origin_access_identity_list) SENSITIVE = [] include Aws::Structure end |