Class: Aws::Types::SubResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attack_vectors ⇒ ::Array[Types::SummarizedAttackVector]
Returns the value of attribute attack_vectors.
-
#counters ⇒ ::Array[Types::SummarizedCounter]
Returns the value of attribute counters.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "IP", "URL"
Returns the value of attribute type.
Instance Attribute Details
#attack_vectors ⇒ ::Array[Types::SummarizedAttackVector]
Returns the value of attribute attack_vectors.
511 512 513 |
# File 'sig/types.rbs', line 511 def attack_vectors @attack_vectors end |
#counters ⇒ ::Array[Types::SummarizedCounter]
Returns the value of attribute counters.
512 513 514 |
# File 'sig/types.rbs', line 512 def counters @counters end |
#id ⇒ ::String
Returns the value of attribute id.
510 511 512 |
# File 'sig/types.rbs', line 510 def id @id end |
#type ⇒ "IP", "URL"
Returns the value of attribute type.
509 510 511 |
# File 'sig/types.rbs', line 509 def type @type end |