Class: Aws::Resiliencehubv2::Types::ListTestRunDependenciesResponse

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

#dependenciesArray<Types::TestRunDependencySummary>

The list of dependencies the test run blocked.



2856
2857
2858
2859
2860
2861
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2856

class ListTestRunDependenciesResponse < Struct.new(
  :dependencies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


2856
2857
2858
2859
2860
2861
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2856

class ListTestRunDependenciesResponse < Struct.new(
  :dependencies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end