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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


630
631
632
633
634
# File 'lib/aws-sdk-shield/types.rb', line 630

class DeleteProtectionGroupRequest < Struct.new(
  :protection_group_id)
  SENSITIVE = []
  include Aws::Structure
end