Class: Aws::Resiliencehubv2::Types::GetTestRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_runTypes::TestRun

The requested test run.

Returns:



1780
1781
1782
1783
1784
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1780

class GetTestRunResponse < Struct.new(
  :test_run)
  SENSITIVE = []
  include Aws::Structure
end