Class: Aws::Resiliencehubv2::Types::GetTestRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetTestRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_run ⇒ Types::TestRun
The requested test run.
Instance Attribute Details
#test_run ⇒ Types::TestRun
The requested test run.
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 |