Class: Aws::DatabaseMigrationService::Types::DeleteCollectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteCollectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collector_referenced_id ⇒ String
The reference ID of the Fleet Advisor collector to delete.
Instance Attribute Details
#collector_referenced_id ⇒ String
The reference ID of the Fleet Advisor collector to delete.
2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2390 class DeleteCollectorRequest < Struct.new( :collector_referenced_id) SENSITIVE = [] include Aws::Structure end |