Class: Aws::Shield::Types::DescribeProtectionGroupResponse

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_groupTypes::ProtectionGroup

A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives.



780
781
782
783
784
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 780

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