Class: Aws::Types::AwsAmazonMqBrokerLogsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAmazonMqBrokerLogsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit ⇒ Boolean
Returns the value of attribute audit.
-
#audit_log_group ⇒ ::String
Returns the value of attribute audit_log_group.
-
#general ⇒ Boolean
Returns the value of attribute general.
-
#general_log_group ⇒ ::String
Returns the value of attribute general_log_group.
-
#pending ⇒ Types::AwsAmazonMqBrokerLogsPendingDetails
Returns the value of attribute pending.
Instance Attribute Details
#audit ⇒ Boolean
Returns the value of attribute audit.
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.
349 350 351 |
# File 'sig/types.rbs', line 349 def audit_log_group @audit_log_group end |
#general ⇒ Boolean
Returns the value of attribute general.
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.
350 351 352 |
# File 'sig/types.rbs', line 350 def general_log_group @general_log_group end |
#pending ⇒ Types::AwsAmazonMqBrokerLogsPendingDetails
Returns the value of attribute pending.
351 352 353 |
# File 'sig/types.rbs', line 351 def pending @pending end |