Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorDatabasesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:

  • ‘database-id` – The ID of the database.

  • ‘database-name` – The name of the database.

  • ‘database-engine` – The name of the database engine.

  • ‘server-ip-address` – The IP address of the database server.

  • ‘database-ip-address` – The IP address of the database.

  • ‘collector-name` – The name of the associated Fleet Advisor collector.

An example is: ‘describe-fleet-advisor-databases –filter Name=“database-id”,Values=“45”`

Returns:



3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3262

class DescribeFleetAdvisorDatabasesRequest < Struct.new(
  :filters,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

Sets the maximum number of records returned in the response.

Returns:

  • (Integer)


3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3262

class DescribeFleetAdvisorDatabasesRequest < Struct.new(
  :filters,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If ‘NextToken` is returned by a previous response, 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)


3262
3263
3264
3265
3266
3267
3268
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3262

class DescribeFleetAdvisorDatabasesRequest < Struct.new(
  :filters,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end