Class: Aws::CloudFront::Types::CreateCloudFrontOriginAccessIdentityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateCloudFrontOriginAccessIdentityResult
- 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
-
#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.
1995 1996 1997 1998 1999 2000 2001 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1995 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.
1995 1996 1997 1998 1999 2000 2001 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1995 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.
1995 1996 1997 1998 1999 2000 2001 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1995 class CreateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :location, :etag) SENSITIVE = [] include Aws::Structure end |