class Aws::CloudFront::Types::UpdateKeyGroupRequest

@note When making an API call, you may pass UpdateKeyGroupRequest

data as a hash:

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

@!attribute [rw] key_group_config

The key group configuration.
@return [Types::KeyGroupConfig]

@!attribute [rw] id

The identifier of the key group that you are updating.
@return [String]

@!attribute [rw] if_match

The version of the key group that you are updating. The version is
the key group’s `ETag` value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateKeyGroupRequest AWS API Documentation

Constants

SENSITIVE