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:



9738
9739
9740
# File 'sig/types.rbs', line 9738

def analysis_summary_list
  @analysis_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9739
9740
9741
# File 'sig/types.rbs', line 9739

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9741
9742
9743
# File 'sig/types.rbs', line 9741

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9740
9741
9742
# File 'sig/types.rbs', line 9740

def status
  @status
end