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.
8511 8512 8513 8514 8515 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8511 class ListCloudFrontOriginAccessIdentitiesResult < Struct.new( :cloud_front_origin_access_identity_list) SENSITIVE = [] include Aws::Structure end |