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.
12813 12814 12815 12816 12817 12818 12819 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12813 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.
12813 12814 12815 12816 12817 12818 12819 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12813 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.
12813 12814 12815 12816 12817 12818 12819 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12813 class UpdateOriginAccessControlRequest < Struct.new( :origin_access_control_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |