Class: Aws::CloudFront::Types::CreateCloudFrontOriginAccessIdentityResult

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.



983
984
985
986
987
988
# File 'lib/aws-sdk-cloudfront/types.rb', line 983

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

#etagString

The current version of the origin access identity created.

Returns:

  • (String)


983
984
985
986
987
988
# File 'lib/aws-sdk-cloudfront/types.rb', line 983

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

#locationString

The fully qualified URI of the new origin access identity just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A`.

Returns:

  • (String)


983
984
985
986
987
988
# File 'lib/aws-sdk-cloudfront/types.rb', line 983

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