Class: Aws::MigrationHubOrchestrator::Types::ListPluginsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListPluginsRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of plugins that can be returned.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of plugins that can be returned.
1198 1199 1200 1201 1202 1203 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1198 class ListPluginsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1198 1199 1200 1201 1202 1203 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1198 class ListPluginsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |