Class: Aws::DatabaseMigrationService::Types::GetTargetSelectionRulesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_selection_rulesString

The JSON string representing the counterpart selection rules in the target.

Returns:

  • (String)


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