Class: Aws::Types::SearchAnalysesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_summary_list::Array[Types::AnalysisSummary]

Returns the value of attribute analysis_summary_list.

Returns:



10106
10107
10108
# File 'sig/types.rbs', line 10106

def analysis_summary_list
  @analysis_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10107
10108
10109
# File 'sig/types.rbs', line 10107

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10109
10110
10111
# File 'sig/types.rbs', line 10109

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10108
10109
10110
# File 'sig/types.rbs', line 10108

def status
  @status
end