Class: Aws::Types::DescribeLoggingConfigurationResponse

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)


605
606
607
# File 'sig/types.rbs', line 605

def enable_monitoring_dashboard
  @enable_monitoring_dashboard
end

#firewall_arn::String

Returns the value of attribute firewall_arn.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def firewall_arn
  @firewall_arn
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



604
605
606
# File 'sig/types.rbs', line 604

def logging_configuration
  @logging_configuration
end