Class: Aws::Types::PipeLogConfigurationParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloudwatch_logs_log_destinationTypes::CloudwatchLogsLogDestinationParameters

Returns the value of attribute cloudwatch_logs_log_destination.



351
352
353
# File 'sig/types.rbs', line 351

def cloudwatch_logs_log_destination
  @cloudwatch_logs_log_destination
end

#firehose_log_destinationTypes::FirehoseLogDestinationParameters

Returns the value of attribute firehose_log_destination.



350
351
352
# File 'sig/types.rbs', line 350

def firehose_log_destination
  @firehose_log_destination
end

#include_execution_data::Array[("ALL")]

Returns the value of attribute include_execution_data.

Returns:

  • (::Array[("ALL")])


353
354
355
# File 'sig/types.rbs', line 353

def include_execution_data
  @include_execution_data
end

#level"OFF", ...

Returns the value of attribute level.

Returns:

  • ("OFF", "ERROR", "INFO", "TRACE")


352
353
354
# File 'sig/types.rbs', line 352

def level
  @level
end

#s3_log_destinationTypes::S3LogDestinationParameters

Returns the value of attribute s3_log_destination.



349
350
351
# File 'sig/types.rbs', line 349

def s3_log_destination
  @s3_log_destination
end