Class: Aws::Resiliencehubv2::Types::ListSystemsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token.

Returns:

  • (String)


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_summariesArray<Types::SystemSummary>

The list of system summaries.

Returns:



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