Class: Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetCloudFrontOriginAccessIdentityConfigResult
- 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_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.
4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4398 class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new( :cloud_front_origin_access_identity_config, :etag) include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example: ‘E2QWRUHAPOMQZL`.
4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4398 class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new( :cloud_front_origin_access_identity_config, :etag) include Aws::Structure end |