Class: Aws::CloudFront::Types::GetOriginAccessControlConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetOriginAccessControlConfigResult
- 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_config ⇒ Types::OriginAccessControlConfig
Contains an origin access control configuration.
Instance Attribute Details
#etag ⇒ String
The version identifier for the current version of the origin access control.
5539 5540 5541 5542 5543 5544 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5539 class GetOriginAccessControlConfigResult < Struct.new( :origin_access_control_config, :etag) SENSITIVE = [] include Aws::Structure end |
#origin_access_control_config ⇒ Types::OriginAccessControlConfig
Contains an origin access control configuration.
5539 5540 5541 5542 5543 5544 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5539 class GetOriginAccessControlConfigResult < Struct.new( :origin_access_control_config, :etag) SENSITIVE = [] include Aws::Structure end |