class Aws::CloudFront::Types::DeleteKeyGroupRequest

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

data as a hash:

    {
      id: "string", # required
      if_match: "string",
    }

@!attribute [rw] id

The identifier of the key group that you are deleting. To get the
identifier, use `ListKeyGroups`.
@return [String]

@!attribute [rw] if_match

The version of the key group that you are deleting. The version is
the key group’s `ETag` value. To get the `ETag`, use `GetKeyGroup`
or `GetKeyGroupConfig`.
@return [String]

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

Constants

SENSITIVE