Class: Aws::CloudFront::Types::UpdateKeyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateKeyGroupRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the key group that you are updating.
-
#if_match ⇒ String
The version of the key group that you are updating.
-
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
Instance Attribute Details
#id ⇒ String
The identifier of the key group that you are updating.
13294 13295 13296 13297 13298 13299 13300 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13294 class UpdateKeyGroupRequest < Struct.new( :key_group_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The version of the key group that you are updating. The version is
the key group's ETag
value.
13294 13295 13296 13297 13298 13299 13300 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13294 class UpdateKeyGroupRequest < Struct.new( :key_group_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
13294 13295 13296 13297 13298 13299 13300 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13294 class UpdateKeyGroupRequest < Struct.new( :key_group_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |