Class: Aws::Types::TestConnectionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def connector_id
  @connector_id
end

#sftp_connection_detailsTypes::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.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def status_message
  @status_message
end