Class: Aws::CloudFront::Types::GetOriginAccessControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetOriginAccessControlResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The version identifier for the current version of the origin access control.
-
#origin_access_control ⇒ Types::OriginAccessControl
Contains an origin access control, including its unique identifier.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the origin access control.
5569 5570 5571 5572 5573 5574 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5569 class GetOriginAccessControlResult < Struct.new( :origin_access_control, :etag) SENSITIVE = [] include Aws::Structure end |
#origin_access_control ⇒ Types::OriginAccessControl
Contains an origin access control, including its unique identifier.
5569 5570 5571 5572 5573 5574 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5569 class GetOriginAccessControlResult < Struct.new( :origin_access_control, :etag) SENSITIVE = [] include Aws::Structure end |