class Aws::Appflow::Types::BasicAuthCredentials

The basic auth credentials required for basic authentication.

@note When making an API call, you may pass BasicAuthCredentials

data as a hash:

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

@!attribute [rw] username

The username to use to connect to a resource.
@return [String]

@!attribute [rw] password

The password to use to connect to a resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/BasicAuthCredentials AWS API Documentation

Constants

SENSITIVE