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

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

The origin access identity's information.



1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1792

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

#etagString

The current version of the origin access identity created.

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1792

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

#locationString

The fully qualified URI of the new origin access identity just created.

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
1798
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1792

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