Class: Aws::Resiliencehubv2::Types::ListInputSourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListInputSourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_source_summaries ⇒ Array<Types::InputSourceSummary>
The list of input source summaries.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#input_source_summaries ⇒ Array<Types::InputSourceSummary>
The list of input source summaries.
2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2306 class ListInputSourcesResponse < Struct.new( :input_source_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2306 2307 2308 2309 2310 2311 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2306 class ListInputSourcesResponse < Struct.new( :input_source_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |