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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


12811
12812
12813
12814
12815
12816
12817
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12811

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)


12811
12812
12813
12814
12815
12816
12817
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12811

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.



12811
12812
12813
12814
12815
12816
12817
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12811

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