Class: Aws::Types::MQBrokerAccessCredentials
- Inherits:
-
Object
- Object
- Aws::Types::MQBrokerAccessCredentials
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#basic_auth ⇒ ::String
Returns the value of attribute basic_auth.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#basic_auth ⇒ ::String
Returns the value of attribute basic_auth.
265 266 267 |
# File 'sig/types.rbs', line 265 def basic_auth @basic_auth end |
#unknown ⇒ Object
Returns the value of attribute unknown.
266 267 268 |
# File 'sig/types.rbs', line 266 def unknown @unknown end |