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.
Constant Summary collapse
- SENSITIVE =
[]
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.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1794 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the origin access identity created.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1794 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new origin access identity just created.
1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1794 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) SENSITIVE = [] include Aws::Structure end |