Class: Aws::MigrationHubStrategyRecommendations::Types::ListCollectorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collectorsArray<Types::Collector>

The list of all the installed collectors.

Returns:



1437
1438
1439
1440
1441
1442
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1437

class ListCollectorsResponse < Struct.new(
  :collectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token you use to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


1437
1438
1439
1440
1441
1442
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1437

class ListCollectorsResponse < Struct.new(
  :collectors,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end