Class: Aws::IoT::Types::MqttContext

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Specifies the MQTT context to use for the test authorizer request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The value of the `clientId` key in an MQTT authorization request.

Returns:

  • (String)


11168
11169
11170
11171
11172
11173
11174
# File 'lib/aws-sdk-iot/types.rb', line 11168

class MqttContext < Struct.new(
  :username,
  :password,
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end

#passwordString

The value of the `password` key in an MQTT authorization request.

Returns:

  • (String)


11168
11169
11170
11171
11172
11173
11174
# File 'lib/aws-sdk-iot/types.rb', line 11168

class MqttContext < Struct.new(
  :username,
  :password,
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The value of the `username` key in an MQTT authorization request.

Returns:

  • (String)


11168
11169
11170
11171
11172
11173
11174
# File 'lib/aws-sdk-iot/types.rb', line 11168

class MqttContext < Struct.new(
  :username,
  :password,
  :client_id)
  SENSITIVE = []
  include Aws::Structure
end