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

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

Overview

The returned result of the corresponding request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identity_listTypes::CloudFrontOriginAccessIdentityList

The CloudFrontOriginAccessIdentityList type.



6943
6944
6945
6946
6947
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6943

class ListCloudFrontOriginAccessIdentitiesResult < Struct.new(
  :cloud_front_origin_access_identity_list)
  SENSITIVE = []
  include Aws::Structure
end