Class: Aws::Types::UpdateLoggingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLoggingConfigurationResponse
- 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.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def enable_monitoring_dashboard @enable_monitoring_dashboard end |
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def firewall_arn @firewall_arn end |
#firewall_name ⇒ ::String
Returns the value of attribute firewall_name.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def firewall_name @firewall_name end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def logging_configuration @logging_configuration end |