Class: Aws::MigrationHubOrchestrator::Types::ListPluginsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ListPluginsResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#plugins ⇒ Array<Types::PluginSummary>
Migration Hub Orchestrator plugins.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1215 class ListPluginsResponse < Struct.new( :next_token, :plugins) SENSITIVE = [] include Aws::Structure end |
#plugins ⇒ Array<Types::PluginSummary>
Migration Hub Orchestrator plugins.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1215 class ListPluginsResponse < Struct.new( :next_token, :plugins) SENSITIVE = [] include Aws::Structure end |