Class: Aws::CloudFront::Types::ListCloudFrontOriginAccessIdentitiesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The returned result of the corresponding request.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identity_listTypes::CloudFrontOriginAccessIdentityList

The ‘CloudFrontOriginAccessIdentityList` type.



4985
4986
4987
4988
# File 'lib/aws-sdk-cloudfront/types.rb', line 4985

class ListCloudFrontOriginAccessIdentitiesResult < Struct.new(
  :cloud_front_origin_access_identity_list)
  include Aws::Structure
end