Class: Aws::Types::ListThreatModelsOutput

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:



1655
1656
1657
# File 'sig/types.rbs', line 1655

def next_token
  @next_token
end

#threat_model_summaries::Array[Types::ThreatModelSummary]

Returns the value of attribute threat_model_summaries.

Returns:



1654
1655
1656
# File 'sig/types.rbs', line 1654

def threat_model_summaries
  @threat_model_summaries
end