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.
1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1694 class GetTestRunResponse < Struct.new( :test_run) SENSITIVE = [] include Aws::Structure end |