Class: Aws::Types::TestIdentityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestIdentityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
-
#server_protocol ⇒ "SFTP", ...
Returns the value of attribute server_protocol.
-
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#user_password ⇒ ::String
Returns the value of attribute user_password.
Instance Attribute Details
#server_id ⇒ ::String
Returns the value of attribute server_id.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def server_id @server_id end |
#server_protocol ⇒ "SFTP", ...
Returns the value of attribute server_protocol.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def server_protocol @server_protocol end |
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def source_ip @source_ip end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def user_name @user_name end |
#user_password ⇒ ::String
Returns the value of attribute user_password.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def user_password @user_password end |