Class: Aws::Shield::Types::DescribeProtectionGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/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)


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