Class: Aws::Types::PipeLogConfiguration

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::CloudwatchLogsLogDestination

Returns the value of attribute cloudwatch_logs_log_destination.



342
343
344
# File 'sig/types.rbs', line 342

def cloudwatch_logs_log_destination
  @cloudwatch_logs_log_destination
end

#firehose_log_destinationTypes::FirehoseLogDestination

Returns the value of attribute firehose_log_destination.



341
342
343
# File 'sig/types.rbs', line 341

def firehose_log_destination
  @firehose_log_destination
end

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

Returns the value of attribute include_execution_data.

Returns:

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


344
345
346
# File 'sig/types.rbs', line 344

def include_execution_data
  @include_execution_data
end

#level"OFF", ...

Returns the value of attribute level.

Returns:

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


343
344
345
# File 'sig/types.rbs', line 343

def level
  @level
end

#s3_log_destinationTypes::S3LogDestination

Returns the value of attribute s3_log_destination.



340
341
342
# File 'sig/types.rbs', line 340

def s3_log_destination
  @s3_log_destination
end