Class: Aws::Resiliencehubv2::Types::ListSystemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListSystemsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token.
-
#system_summaries ⇒ Array<Types::SystemSummary>
The list of system summaries.
Instance Attribute Details
#next_token ⇒ String
Pagination token.
2788 2789 2790 2791 2792 2793 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2788 class ListSystemsResponse < Struct.new( :system_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#system_summaries ⇒ Array<Types::SystemSummary>
The list of system summaries.
2788 2789 2790 2791 2792 2793 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2788 class ListSystemsResponse < Struct.new( :system_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |