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.
605 606 607 |
# File 'sig/types.rbs', line 605 def enable_monitoring_dashboard @enable_monitoring_dashboard end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
603 604 605 |
# File 'sig/types.rbs', line 603 def firewall_arn @firewall_arn end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
604 605 606 |
# File 'sig/types.rbs', line 604 def logging_configuration @logging_configuration end |