class Aws::Chime::Types::Credential

The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.

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

data as a hash:

    {
      username: "SensitiveString",
      password: "SensitiveString",
    }

@!attribute [rw] username

The RFC2617 compliant user name associated with the SIP credentials,
in US-ASCII format.
@return [String]

@!attribute [rw] password

The RFC2617 compliant password associated with the SIP credentials,
in US-ASCII format.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Credential AWS API Documentation

Constants

SENSITIVE