You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::MqttContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::MqttContext
- Defined in:
- (unknown)
Overview
Note:
When passing MqttContext as input to an Aws::Client method, you can use a vanilla Hash:
{
username: "MqttUsername",
password: "data",
client_id: "MqttClientId",
}
Specifies the MQTT context to use for the test authorizer request
Returned by:
Instance Attribute Summary collapse
-
#client_id ⇒ String
The value of the
clientId
key in an MQTT authorization request. -
#password ⇒ String
The value of the
password
key in an MQTT authorization request. -
#username ⇒ String
The value of the
username
key in an MQTT authorization request.
Instance Attribute Details
#client_id ⇒ String
The value of the clientId
key in an MQTT authorization request.
#password ⇒ String
The value of the password
key in an MQTT authorization request.
#username ⇒ String
The value of the username
key in an MQTT authorization request.