You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::ServiceNowConnectorProfileCredentials

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ServiceNowConnectorProfileCredentials as input to an Aws::Client method, you can use a vanilla Hash:

{
  username: "Username", # required
  password: "Password", # required
}

The connector-specific profile credentials required when using ServiceNow.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#passwordString

The password that corresponds to the user name.

Returns:

  • (String)

    The password that corresponds to the user name.

#usernameString

The name of the user.

Returns:

  • (String)

    The name of the user.