Class: Aws::Types::LogConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_configurationTypes::CloudWatchLogsConfigurationType

Returns the value of attribute cloud_watch_logs_configuration.



1647
1648
1649
# File 'sig/types.rbs', line 1647

def cloud_watch_logs_configuration
  @cloud_watch_logs_configuration
end

#event_source"userNotification", "userAuthEvents"

Returns the value of attribute event_source.

Returns:

  • ("userNotification", "userAuthEvents")


1646
1647
1648
# File 'sig/types.rbs', line 1646

def event_source
  @event_source
end

#firehose_configurationTypes::FirehoseConfigurationType

Returns the value of attribute firehose_configuration.



1649
1650
1651
# File 'sig/types.rbs', line 1649

def firehose_configuration
  @firehose_configuration
end

#log_level"ERROR", "INFO"

Returns the value of attribute log_level.

Returns:

  • ("ERROR", "INFO")


1645
1646
1647
# File 'sig/types.rbs', line 1645

def log_level
  @log_level
end

#s3_configurationTypes::S3ConfigurationType

Returns the value of attribute s3_configuration.



1648
1649
1650
# File 'sig/types.rbs', line 1648

def s3_configuration
  @s3_configuration
end