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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def firewall_name
  @firewall_name
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



1911
1912
1913
# File 'sig/types.rbs', line 1911

def logging_configuration
  @logging_configuration
end