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)


15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-cloudfront/types.rb', line 15448

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)


15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-cloudfront/types.rb', line 15448

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.



15448
15449
15450
15451
15452
15453
15454
# File 'lib/aws-sdk-cloudfront/types.rb', line 15448

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