Class: Aws::Shield::Types::DescribeProtectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeProtectionGroupRequest
- 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.
766 767 768 769 770 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 766 class DescribeProtectionGroupRequest < Struct.new( :protection_group_id) SENSITIVE = [] include Aws::Structure end |