Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentitySummary

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

Overview

Summary of the information about a CloudFront origin access identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

The comment for this origin access identity, as originally specified when created.

Returns:

  • (String)


1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1212

class CloudFrontOriginAccessIdentitySummary < Struct.new(
  :id,
  :s3_canonical_user_id,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for the origin access identity. For example: E74FTE3AJFJ256A.

Returns:

  • (String)


1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1212

class CloudFrontOriginAccessIdentitySummary < Struct.new(
  :id,
  :s3_canonical_user_id,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#s3_canonical_user_idString

The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

Returns:

  • (String)


1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1212

class CloudFrontOriginAccessIdentitySummary < Struct.new(
  :id,
  :s3_canonical_user_id,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end