Class: Aws::DatabaseMigrationService::Types::DescribeFleetAdvisorSchemasRequest

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 schemas that meet the filter criteria:

  • ‘complexity` – The schema’s complexity, for example ‘Simple`.

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

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

  • ‘database-name` – The name of the schema’s database.

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

  • ‘original-schema-name` – The name of the schema’s database’s main schema.

  • ‘schema-id` – The ID of the schema, for example `15`.

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

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

An example is: ‘describe-fleet-advisor-schemas –filter Name=“schema-id”,Values=“50”`

Returns:



3427
3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3427

class DescribeFleetAdvisorSchemasRequest < 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)


3427
3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3427

class DescribeFleetAdvisorSchemasRequest < 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)


3427
3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3427

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