Class: Aws::Resiliencehubv2::Types::ListSystemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListSystemsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Pagination page size.
-
#next_token ⇒ String
Pagination token.
-
#ou_id ⇒ String
Filter systems by organizational unit (OU) identifier.
Instance Attribute Details
#max_results ⇒ Integer
Pagination page size.
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_token ⇒ String
Pagination token.
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_id ⇒ String
Filter systems by organizational unit (OU) identifier.
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 |