Class: Aws::Types::DescribeLoggingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLoggingConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_monitoring_dashboard ⇒ Boolean
Returns the value of attribute enable_monitoring_dashboard.
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
Instance Attribute Details
#enable_monitoring_dashboard ⇒ Boolean
Returns the value of attribute enable_monitoring_dashboard.
610 611 612 |
# File 'sig/types.rbs', line 610 def enable_monitoring_dashboard @enable_monitoring_dashboard end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def firewall_arn @firewall_arn end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
609 610 611 |
# File 'sig/types.rbs', line 609 def logging_configuration @logging_configuration end |