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.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def enable_monitoring_dashboard @enable_monitoring_dashboard end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def firewall_name @firewall_name end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def logging_configuration @logging_configuration end |