Class: Aws::Resiliencehubv2::Types::ListSystemsRequest

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

#max_resultsInteger

Pagination page size.

Returns:

  • (Integer)


2770
2771
2772
2773
2774
2775
2776
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2770

class ListSystemsRequest < Struct.new(
  :ou_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


2770
2771
2772
2773
2774
2775
2776
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2770

class ListSystemsRequest < Struct.new(
  :ou_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#ou_idString

Filter systems by organizational unit (OU) identifier.

Returns:

  • (String)


2770
2771
2772
2773
2774
2775
2776
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2770

class ListSystemsRequest < Struct.new(
  :ou_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end