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.
12832 12833 12834 12835 12836 12837 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12832 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.
12832 12833 12834 12835 12836 12837 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12832 class UpdateOriginAccessControlResult < Struct.new( :origin_access_control, :etag) SENSITIVE = [] include Aws::Structure end |