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

Class: Aws::Shield::Types::DeleteProtectionGroupRequest

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

Overview

Note:

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

{
  protection_group_id: "ProtectionGroupId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#protection_group_idString

The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.

Returns:

  • (String)

    The name of the protection group.