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.
7369 7370 7371 7372 7373 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7369 class ListCloudFrontOriginAccessIdentitiesResult < Struct.new( :cloud_front_origin_access_identity_list) SENSITIVE = [] include Aws::Structure end |