You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateKeyGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  key_group_config: { # required
    name: "string", # required
    items: ["string"], # required
    comment: "string",
  },
  id: "string", # required
  if_match: "string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the key group that you are updating.

Returns:

  • (String)

    The identifier of the key group that you are updating.

#if_matchString

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

Returns:

  • (String)

    The version of the key group that you are updating.

#key_group_configTypes::KeyGroupConfig

The key group configuration.

Returns: