Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityResult

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_identityTypes::CloudFrontOriginAccessIdentity

The origin access identity’s information.



3288
3289
3290
3291
3292
# File 'lib/aws-sdk-cloudfront/types.rb', line 3288

class GetCloudFrontOriginAccessIdentityResult < Struct.new(
  :cloud_front_origin_access_identity,
  :etag)
  include Aws::Structure
end

#etagString

The current version of the origin access identity’s information. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


3288
3289
3290
3291
3292
# File 'lib/aws-sdk-cloudfront/types.rb', line 3288

class GetCloudFrontOriginAccessIdentityResult < Struct.new(
  :cloud_front_origin_access_identity,
  :etag)
  include Aws::Structure
end