Class: Aws::CloudFront::Types::CreateCloudFrontOriginAccessIdentityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateCloudFrontOriginAccessIdentityResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The returned result of the corresponding request.
Instance Attribute Summary collapse
-
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
The origin access identity’s information.
-
#etag ⇒ String
The current version of the origin access identity created.
-
#location ⇒ String
The fully qualified URI of the new origin access identity just created.
Instance Attribute Details
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
The origin access identity’s information.
1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1106 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) include Aws::Structure end |
#etag ⇒ String
The current version of the origin access identity created.
1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1106 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) include Aws::Structure end |
#location ⇒ String
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`.
1106 1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1106 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) include Aws::Structure end |