Class: Aws::Types::PendingLogDeliveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PendingLogDeliveryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_details ⇒ Types::DestinationDetails
Returns the value of attribute destination_details.
-
#destination_type ⇒ "cloudwatch-logs", "kinesis-firehose"
Returns the value of attribute destination_type.
-
#log_format ⇒ "text", "json"
Returns the value of attribute log_format.
-
#log_type ⇒ "slow-log", "engine-log"
Returns the value of attribute log_type.
Instance Attribute Details
#destination_details ⇒ Types::DestinationDetails
Returns the value of attribute destination_details.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def destination_details @destination_details end |
#destination_type ⇒ "cloudwatch-logs", "kinesis-firehose"
Returns the value of attribute destination_type.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def destination_type @destination_type end |
#log_format ⇒ "text", "json"
Returns the value of attribute log_format.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def log_format @log_format end |
#log_type ⇒ "slow-log", "engine-log"
Returns the value of attribute log_type.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def log_type @log_type end |