Class: Aws::Resiliencehubv2::Types::ListTestRunsResponse

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

#next_tokenString

Pagination token.

Returns:

  • (String)


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_runsArray<Types::TestRunSummary>

The list of test run summaries.

Returns:



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