Class: Aws::Types::StopSuiteRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#suite_definition_id ⇒ ::String

Returns the value of attribute suite_definition_id.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def suite_definition_id
  @suite_definition_id
end

#suite_run_id ⇒ ::String

Returns the value of attribute suite_run_id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def suite_run_id
  @suite_run_id
end