Class: Aws::Types::PipeLogConfigurationParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeLogConfigurationParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloudwatch_logs_log_destination ⇒ Types::CloudwatchLogsLogDestinationParameters
Returns the value of attribute cloudwatch_logs_log_destination.
-
#firehose_log_destination ⇒ Types::FirehoseLogDestinationParameters
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::S3LogDestinationParameters
Returns the value of attribute s3_log_destination.
Instance Attribute Details
#cloudwatch_logs_log_destination ⇒ Types::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_destination ⇒ Types::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.
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.
352 353 354 |
# File 'sig/types.rbs', line 352 def level @level end |
#s3_log_destination ⇒ Types::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 |