Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityResult
- 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's information.
Instance Attribute Details
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
The origin access identity's information.
5424 5425 5426 5427 5428 5429 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5424 class GetCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the origin access identity's information.
For example: E2QWRUHAPOMQZL
.
5424 5425 5426 5427 5428 5429 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5424 class GetCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :etag) SENSITIVE = [] include Aws::Structure end |