Class: Aws::Types::UpdateLoggingConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_monitoring_dashboardBoolean

Returns the value of attribute enable_monitoring_dashboard.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def firewall_name
  @firewall_name
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



1883
1884
1885
# File 'sig/types.rbs', line 1883

def logging_configuration
  @logging_configuration
end