Class: Aws::Resiliencehubv2::Types::ListTestRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListTestRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#test_runs ⇒ Array<Types::TestRunSummary>
The list of test run summaries.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
3054 3055 3056 3057 3058 3059 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3054 class ListTestRunsResponse < Struct.new( :test_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_runs ⇒ Array<Types::TestRunSummary>
The list of test run summaries.
3054 3055 3056 3057 3058 3059 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3054 class ListTestRunsResponse < Struct.new( :test_runs, :next_token) SENSITIVE = [] include Aws::Structure end |