Class: Aws::CloudFront::Types::UpdateOriginAccessControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateOriginAccessControlRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
13374 13375 13376 13377 13378 13379 13380 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13374 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.
13374 13375 13376 13377 13378 13379 13380 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13374 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.
13374 13375 13376 13377 13378 13379 13380 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13374 class UpdateOriginAccessControlRequest < Struct.new( :origin_access_control_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |