Class: Aws::DatabaseMigrationService::Types::TestConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::TestConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The connection tested.
Instance Attribute Details
#connection ⇒ Types::Connection
The connection tested.
13910 13911 13912 13913 13914 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13910 class TestConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |