Class: Aws::CloudFront::Types::UpdateKeyGroupRequest

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 identifier of the key group that you are updating.

Returns:

  • (String)


12731
12732
12733
12734
12735
12736
12737
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12731

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

#if_matchString

The version of the key group that you are updating. The version is the key group's ETag value.

Returns:

  • (String)


12731
12732
12733
12734
12735
12736
12737
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12731

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

#key_group_configTypes::KeyGroupConfig

The key group configuration.



12731
12732
12733
12734
12735
12736
12737
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12731

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