Class: Aws::Types::StartSuiteRunRequest

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)


163
164
165
# File 'sig/types.rbs', line 163

def suite_definition_id
  @suite_definition_id
end

#suite_definition_version ⇒ ::String

Returns the value of attribute suite_definition_version.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def suite_definition_version
  @suite_definition_version
end

#suite_run_configuration ⇒ Types::SuiteRunConfiguration

Returns the value of attribute suite_run_configuration.



165
166
167
# File 'sig/types.rbs', line 165

def suite_run_configuration
  @suite_run_configuration
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


166
167
168
# File 'sig/types.rbs', line 166

def tags
  @tags
end