Class: Aws::Types::TestConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::TestConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#sftp_connection_details ⇒ Types::SftpConnectorConnectionDetails
Returns the value of attribute sftp_connection_details.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def connector_id @connector_id end |
#sftp_connection_details ⇒ Types::SftpConnectorConnectionDetails
Returns the value of attribute sftp_connection_details.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def sftp_connection_details @sftp_connection_details end |
#status ⇒ ::String
Returns the value of attribute status.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def end |