Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorDatabasesResponse

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

#databasesArray<Types::DatabaseResponse>

Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.

Returns:



3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3284

class DescribeFleetAdvisorDatabasesResponse < Struct.new(
  :databases,
  :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)


3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3284

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