Class: Aws::CloudFront::Types::UpdateOriginAccessControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateOriginAccessControlResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The new version of the origin access control after it has been updated.
-
#origin_access_control ⇒ Types::OriginAccessControl
The origin access control after it has been updated.
Instance Attribute Details
#etag ⇒ String
The new version of the origin access control after it has been updated.
12447 12448 12449 12450 12451 12452 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12447 class UpdateOriginAccessControlResult < Struct.new( :origin_access_control, :etag) SENSITIVE = [] include Aws::Structure end |
#origin_access_control ⇒ Types::OriginAccessControl
The origin access control after it has been updated.
12447 12448 12449 12450 12451 12452 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12447 class UpdateOriginAccessControlResult < Struct.new( :origin_access_control, :etag) SENSITIVE = [] include Aws::Structure end |