Class: Aws::MigrationHubOrchestrator::Types::ListPluginsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


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

#pluginsArray<Types::PluginSummary>

Migration Hub Orchestrator plugins.

Returns:



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