Class: Aws::CloudFront::Types::UpdateKeyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateKeyGroupRequest
- Includes:
- Structure
- Defined in:
- 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.
12733 12734 12735 12736 12737 12738 12739 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12733 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.
12733 12734 12735 12736 12737 12738 12739 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12733 class UpdateKeyGroupRequest < Struct.new( :key_group_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
12733 12734 12735 12736 12737 12738 12739 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12733 class UpdateKeyGroupRequest < Struct.new( :key_group_config, :id, :if_match) SENSITIVE = [] include Aws::Structure end |