Class: Aws::Types::MqttContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


3975
3976
3977
# File 'sig/types.rbs', line 3975

def client_id
  @client_id
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


3974
3975
3976
# File 'sig/types.rbs', line 3974

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


3973
3974
3975
# File 'sig/types.rbs', line 3973

def username
  @username
end