Class: Aws::Types::AwsAmazonMqBrokerLogsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auditBoolean

Returns the value of attribute audit.

Returns:

  • (Boolean)


347
348
349
# File 'sig/types.rbs', line 347

def audit
  @audit
end

#audit_log_group::String

Returns the value of attribute audit_log_group.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def audit_log_group
  @audit_log_group
end

#generalBoolean

Returns the value of attribute general.

Returns:

  • (Boolean)


348
349
350
# File 'sig/types.rbs', line 348

def general
  @general
end

#general_log_group::String

Returns the value of attribute general_log_group.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def general_log_group
  @general_log_group
end

#pendingTypes::AwsAmazonMqBrokerLogsPendingDetails

Returns the value of attribute pending.



351
352
353
# File 'sig/types.rbs', line 351

def pending
  @pending
end