Class: Aws::Types::UpdateLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLoggingConfigurationRequest
- 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.
-
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
-
#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.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def enable_monitoring_dashboard @enable_monitoring_dashboard end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def firewall_name @firewall_name end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def logging_configuration @logging_configuration end |