Class: Aws::Types::SearchEvaluationFormsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:

  • (::Integer)


7353
7354
7355
# File 'sig/types.rbs', line 7353

def approximate_total_count
  @approximate_total_count
end

#evaluation_form_search_summary_list::Array[Types::EvaluationFormSearchSummary]

Returns the value of attribute evaluation_form_search_summary_list.



7351
7352
7353
# File 'sig/types.rbs', line 7351

def evaluation_form_search_summary_list
  @evaluation_form_search_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7352
7353
7354
# File 'sig/types.rbs', line 7352

def next_token
  @next_token
end