Class: Aws::CloudFront::Types::UpdateOriginAccessControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateOriginAccessControlResult
- Defined in:
- gems/aws-sdk-cloudfront/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.
13397 13398 13399 13400 13401 13402 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13397 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.
13397 13398 13399 13400 13401 13402 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13397 class UpdateOriginAccessControlResult < Struct.new( :origin_access_control, :etag) SENSITIVE = [] include Aws::Structure end |