Class: Aws::CloudFront::Types::UpdateOriginAccessControlRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the origin access control that you are updating.

Returns:

  • (String)


13359
13360
13361
13362
13363
13364
13365
# File 'lib/aws-sdk-cloudfront/types.rb', line 13359

class UpdateOriginAccessControlRequest < Struct.new(
  :origin_access_control_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#if_matchString

The current version (‘ETag` value) of the origin access control that you are updating.

Returns:

  • (String)


13359
13360
13361
13362
13363
13364
13365
# File 'lib/aws-sdk-cloudfront/types.rb', line 13359

class UpdateOriginAccessControlRequest < Struct.new(
  :origin_access_control_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#origin_access_control_configTypes::OriginAccessControlConfig

An origin access control.



13359
13360
13361
13362
13363
13364
13365
# File 'lib/aws-sdk-cloudfront/types.rb', line 13359

class UpdateOriginAccessControlRequest < Struct.new(
  :origin_access_control_config,
  :id,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end