Class: Aws::Types::PipeLogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PipeLogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloudwatch_logs_log_destination ⇒ Types::CloudwatchLogsLogDestination
Returns the value of attribute cloudwatch_logs_log_destination.
-
#firehose_log_destination ⇒ Types::FirehoseLogDestination
Returns the value of attribute firehose_log_destination.
-
#include_execution_data ⇒ ::Array[("ALL")]
Returns the value of attribute include_execution_data.
-
#level ⇒ "OFF", ...
Returns the value of attribute level.
-
#s3_log_destination ⇒ Types::S3LogDestination
Returns the value of attribute s3_log_destination.
Instance Attribute Details
#cloudwatch_logs_log_destination ⇒ Types::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_destination ⇒ Types::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.
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.
343 344 345 |
# File 'sig/types.rbs', line 343 def level @level end |
#s3_log_destination ⇒ Types::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 |