Class: Aws::Shield::Types::SubResourceSummary

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

Overview

The attack information for the specified SubResource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attack_vectorsArray<Types::SummarizedAttackVector>

The list of attack types and associated counters.

Returns:



1869
1870
1871
1872
1873
1874
1875
1876
# File 'lib/aws-sdk-shield/types.rb', line 1869

class SubResourceSummary < Struct.new(
  :type,
  :id,
  :attack_vectors,
  :counters)
  SENSITIVE = []
  include Aws::Structure
end

#countersArray<Types::SummarizedCounter>

The counters that describe the details of the attack.

Returns:



1869
1870
1871
1872
1873
1874
1875
1876
# File 'lib/aws-sdk-shield/types.rb', line 1869

class SubResourceSummary < Struct.new(
  :type,
  :id,
  :attack_vectors,
  :counters)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier (ID) of the ‘SubResource`.

Returns:

  • (String)


1869
1870
1871
1872
1873
1874
1875
1876
# File 'lib/aws-sdk-shield/types.rb', line 1869

class SubResourceSummary < Struct.new(
  :type,
  :id,
  :attack_vectors,
  :counters)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The ‘SubResource` type.

Returns:

  • (String)


1869
1870
1871
1872
1873
1874
1875
1876
# File 'lib/aws-sdk-shield/types.rb', line 1869

class SubResourceSummary < Struct.new(
  :type,
  :id,
  :attack_vectors,
  :counters)
  SENSITIVE = []
  include Aws::Structure
end