Class: Aws::Types::MQBrokerAccessCredentials

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

Defined Under Namespace

Classes: BasicAuth, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#basic_auth::String

Returns the value of attribute basic_auth.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def basic_auth
  @basic_auth
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


266
267
268
# File 'sig/types.rbs', line 266

def unknown
  @unknown
end