Class: Aws::DatabaseMigrationService::Types::TestConnectionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The connection tested.

Returns:



13347
13348
13349
13350
13351
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13347

class TestConnectionResponse < Struct.new(
  :connection)
  SENSITIVE = []
  include Aws::Structure
end