Class: Aws::Types::ListSuiteRunsResponse

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:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def next_token
  @next_token
end

#suite_runs_list ⇒ ::Array[Types::SuiteRunInformation]

Returns the value of attribute suite_runs_list.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def suite_runs_list
  @suite_runs_list
end