Class: Aws::Types::ListThreatModelJobTasksOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListThreatModelJobTasksOutput
- 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_job_task_summaries ⇒ ::Array[Types::ThreatModelJobTaskSummary]
Returns the value of attribute threat_model_job_task_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def next_token @next_token end |
#threat_model_job_task_summaries ⇒ ::Array[Types::ThreatModelJobTaskSummary]
Returns the value of attribute threat_model_job_task_summaries.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def threat_model_job_task_summaries @threat_model_job_task_summaries end |