Class: Aws::Resiliencehubv2::Types::ListTestSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListTestSourcesResponse
- 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_sources ⇒ Array<Types::TestSourceSummary>
The list of configured monitoring sources.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3103 class ListTestSourcesResponse < Struct.new( :test_sources, :next_token) SENSITIVE = [] include Aws::Structure end |
#test_sources ⇒ Array<Types::TestSourceSummary>
The list of configured monitoring sources.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3103 class ListTestSourcesResponse < Struct.new( :test_sources, :next_token) SENSITIVE = [] include Aws::Structure end |