Class: Aws::Types::TestIdentityProviderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


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.

Returns:

  • ("SFTP", "FTP", "FTPS", "AS2")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def user_password
  @user_password
end