Class: Aws::Resiliencehubv2::Types::ListTestRunDependenciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListTestRunDependenciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dependencies ⇒ Array<Types::TestRunDependencySummary>
The list of dependencies the test run blocked.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#dependencies ⇒ Array<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_token ⇒ String
Pagination token.
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 |