Class: Aws::Resiliencehubv2::Types::ListTestRunSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListTestRunSourcesResponse
- 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_run_sources ⇒ Array<Types::TestRunSourceSummary>
The list of monitoring source snapshots.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3010 class ListTestRunSourcesResponse < Struct.new( :test_run_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_run_sources ⇒ Array<Types::TestRunSourceSummary>
The list of monitoring source snapshots.
3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3010 class ListTestRunSourcesResponse < Struct.new( :test_run_sources, :next_token) SENSITIVE = [] include Aws::Structure end |