Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorCollectorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collectorsArray<Types::CollectorResponse>

Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.

Returns:



3221
3222
3223
3224
3225
3226
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3221

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

#next_tokenString

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3221

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