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.
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.
5054 5055 5056 5057 5058 5059 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5054 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`.
5054 5055 5056 5057 5058 5059 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5054 class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new( :cloud_front_origin_access_identity_config, :etag) SENSITIVE = [] include Aws::Structure end |