Class: Aws::Types::SummarizedAttackVector
- Inherits:
-
Object
- Object
- Aws::Types::SummarizedAttackVector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#vector_counters ⇒ ::Array[Types::SummarizedCounter]
Returns the value of attribute vector_counters.
-
#vector_type ⇒ ::String
Returns the value of attribute vector_type.
Instance Attribute Details
#vector_counters ⇒ ::Array[Types::SummarizedCounter]
Returns the value of attribute vector_counters.
536 537 538 |
# File 'sig/types.rbs', line 536 def vector_counters @vector_counters end |
#vector_type ⇒ ::String
Returns the value of attribute vector_type.
535 536 537 |
# File 'sig/types.rbs', line 535 def vector_type @vector_type end |