Class: Aws::DatabaseMigrationService::Types::GetTargetSelectionRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::GetTargetSelectionRulesResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_selection_rules ⇒ String
The JSON string representing the counterpart selection rules in the target.
Instance Attribute Details
#target_selection_rules ⇒ String
The JSON string representing the counterpart selection rules in the target.
6544 6545 6546 6547 6548 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6544 class GetTargetSelectionRulesResponse < Struct.new( :target_selection_rules) SENSITIVE = [] include Aws::Structure end |