Class: Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateCloudFrontOriginAccessIdentityResult
- 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 ⇒ Types::CloudFrontOriginAccessIdentity
The origin access identity’s information.
-
#etag ⇒ String
The current version of the configuration.
Instance Attribute Details
#cloud_front_origin_access_identity ⇒ Types::CloudFrontOriginAccessIdentity
The origin access identity’s information.
12686 12687 12688 12689 12690 12691 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12686 class UpdateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The current version of the configuration. For example: ‘E2QWRUHAPOMQZL`.
12686 12687 12688 12689 12690 12691 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12686 class UpdateCloudFrontOriginAccessIdentityResult < Struct.new( :cloud_front_origin_access_identity, :etag) SENSITIVE = [] include Aws::Structure end |