Class: Aws::Types::SftpConnectorConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_concurrent_connections::Integer

Returns the value of attribute max_concurrent_connections.

Returns:

  • (::Integer)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def max_concurrent_connections
  @max_concurrent_connections
end

#ordered_user_secret_version_stages::Array[::String]

Returns the value of attribute ordered_user_secret_version_stages.

Returns:

  • (::Array[::String])


1202
1203
1204
# File 'sig/types.rbs', line 1202

def ordered_user_secret_version_stages
  @ordered_user_secret_version_stages
end

#trusted_host_keys::Array[::String]

Returns the value of attribute trusted_host_keys.

Returns:

  • (::Array[::String])


1200
1201
1202
# File 'sig/types.rbs', line 1200

def trusted_host_keys
  @trusted_host_keys
end

#user_secret_id::String

Returns the value of attribute user_secret_id.

Returns:

  • (::String)


1199
1200
1201
# File 'sig/types.rbs', line 1199

def user_secret_id
  @user_secret_id
end