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

Class: Aws::Chime::Types::Credential

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#passwordString

The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.

Returns:

  • (String)

    The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.

#usernameString

The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.

Returns:

  • (String)

    The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.