Class: Aws::Types::ListThreatModelJobTasksOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def next_token
  @next_token
end

#threat_model_job_task_summaries::Array[Types::ThreatModelJobTaskSummary]

Returns the value of attribute threat_model_job_task_summaries.

Returns:



1602
1603
1604
# File 'sig/types.rbs', line 1602

def threat_model_job_task_summaries
  @threat_model_job_task_summaries
end