Class: Aws::DatabaseMigrationService::Types::CollectorShortInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CollectorShortInfoResponse
- 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
-
#collector_name ⇒ String
The name of the Fleet Advisor collector.
-
#collector_referenced_id ⇒ String
The reference ID of the Fleet Advisor collector.
Instance Attribute Details
#collector_name ⇒ String
The name of the Fleet Advisor collector.
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_id ⇒ String
The reference ID of the Fleet Advisor collector.
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 |