Class: Aws::Types::UpdateLoggingConfigurationResponse

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)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def enable_monitoring_dashboard
  @enable_monitoring_dashboard
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def firewall_arn
  @firewall_arn
end

#firewall_name::String

Returns the value of attribute firewall_name.

Returns:

  • (::String)


1890
1891
1892
# File 'sig/types.rbs', line 1890

def firewall_name
  @firewall_name
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



1891
1892
1893
# File 'sig/types.rbs', line 1891

def logging_configuration
  @logging_configuration
end