Class: Aws::Types::GetSuiteRunRequest

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)


89
90
91
# File 'sig/types.rbs', line 89

def suite_definition_id
  @suite_definition_id
end

#suite_run_id ⇒ ::String

Returns the value of attribute suite_run_id.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def suite_run_id
  @suite_run_id
end