Class: Aws::Types::StartSuiteRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


173
174
175
# File 'sig/types.rbs', line 173

def created_at
  @created_at
end

#endpoint ⇒ ::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def endpoint
  @endpoint
end

#suite_run_arn ⇒ ::String

Returns the value of attribute suite_run_arn.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def suite_run_arn
  @suite_run_arn
end

#suite_run_id ⇒ ::String

Returns the value of attribute suite_run_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def suite_run_id
  @suite_run_id
end