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.
4883 4884 4885 4886 4887 4888 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4883 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`.
4883 4884 4885 4886 4887 4888 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4883 class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new( :cloud_front_origin_access_identity_config, :etag) SENSITIVE = [] include Aws::Structure end |