Class: Aws::Types::GetDetectorModelAnalysisResultsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_results ⇒ ::Array[Types::AnalysisResult]

Returns the value of attribute analysis_results.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def analysis_results
  @analysis_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def next_token
  @next_token
end