Class: Aws::Types::ListThreatModelsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListThreatModelsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#threat_model_summaries ⇒ ::Array[Types::ThreatModelSummary]
Returns the value of attribute threat_model_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def next_token @next_token end |
#threat_model_summaries ⇒ ::Array[Types::ThreatModelSummary]
Returns the value of attribute threat_model_summaries.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def threat_model_summaries @threat_model_summaries end |