Class: Aws::DatabaseMigrationService::Types::CollectorShortInfoResponse

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

Overview

Briefly describes a Fleet Advisor collector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collector_nameString

The name of the Fleet Advisor collector.

Returns:

  • (String)


432
433
434
435
436
437
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 432

class CollectorShortInfoResponse < Struct.new(
  :collector_referenced_id,
  :collector_name)
  SENSITIVE = []
  include Aws::Structure
end

#collector_referenced_idString

The reference ID of the Fleet Advisor collector.

Returns:

  • (String)


432
433
434
435
436
437
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 432

class CollectorShortInfoResponse < Struct.new(
  :collector_referenced_id,
  :collector_name)
  SENSITIVE = []
  include Aws::Structure
end