Class: Aws::Types::SftpConnectorConfig
- Inherits:
-
Object
- Object
- Aws::Types::SftpConnectorConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_concurrent_connections ⇒ ::Integer
Returns the value of attribute max_concurrent_connections.
-
#ordered_user_secret_version_stages ⇒ ::Array[::String]
Returns the value of attribute ordered_user_secret_version_stages.
-
#trusted_host_keys ⇒ ::Array[::String]
Returns the value of attribute trusted_host_keys.
-
#user_secret_id ⇒ ::String
Returns the value of attribute user_secret_id.
Instance Attribute Details
#max_concurrent_connections ⇒ ::Integer
Returns the value of attribute max_concurrent_connections.
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.
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.
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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def user_secret_id @user_secret_id end |