Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigResult
- 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_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
The origin access identity's configuration information.
-
#etag ⇒ String
The current version of the configuration.
Instance Attribute Details
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
The origin access identity's configuration information.
5390 5391 5392 5393 5394 5395 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5390 class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new( :cloud_front_origin_access_identity_config, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example:
E2QWRUHAPOMQZL
.
5390 5391 5392 5393 5394 5395 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5390 class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new( :cloud_front_origin_access_identity_config, :etag) SENSITIVE = [] include Aws::Structure end |