Class: Aws::Types::ListSuiteRunsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


136
137
138
# File 'sig/types.rbs', line 136

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def next_token
  @next_token
end

#suite_definition_id ⇒ ::String

Returns the value of attribute suite_definition_id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def suite_definition_id
  @suite_definition_id
end

#suite_definition_version ⇒ ::String

Returns the value of attribute suite_definition_version.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def suite_definition_version
  @suite_definition_version
end