Class: Aws::Shield::Types::DeleteProtectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DeleteProtectionGroupRequest
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protection_group_id ⇒ String
The name of the protection group.
Instance Attribute Details
#protection_group_id ⇒ String
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.
630 631 632 633 634 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 630 class DeleteProtectionGroupRequest < Struct.new( :protection_group_id) SENSITIVE = [] include Aws::Structure end |