Class: Aws::Types::MqttContext
- Inherits:
-
Object
- Object
- Aws::Types::MqttContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
3975 3976 3977 |
# File 'sig/types.rbs', line 3975 def client_id @client_id end |
#password ⇒ ::String
Returns the value of attribute password.
3974 3975 3976 |
# File 'sig/types.rbs', line 3974 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
3973 3974 3975 |
# File 'sig/types.rbs', line 3973 def username @username end |