Class: Aws::CloudFront::Types::UpdateOriginAccessControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateOriginAccessControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the origin access control that you are updating.
-
#if_match ⇒ String
The current version (‘ETag` value) of the origin access control that you are updating.
-
#origin_access_control_config ⇒ Types::OriginAccessControlConfig
An origin access control.
Instance Attribute Details
#id ⇒ String
The unique identifier of the origin access control that you are updating.
15169 15170 15171 15172 15173 15174 15175 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15169 class UpdateOriginAccessControlRequest < Struct.new( :origin_access_control_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (‘ETag` value) of the origin access control that you are updating.
15169 15170 15171 15172 15173 15174 15175 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15169 class UpdateOriginAccessControlRequest < Struct.new( :origin_access_control_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#origin_access_control_config ⇒ Types::OriginAccessControlConfig
An origin access control.
15169 15170 15171 15172 15173 15174 15175 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 15169 class UpdateOriginAccessControlRequest < Struct.new( :origin_access_control_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |