Class: Aws::Types::LogDeliveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogDeliveryConfiguration
- 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.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "active", ...
Returns the value of attribute status.
Instance Attribute Details
#destination_details ⇒ Types::DestinationDetails
Returns the value of attribute destination_details.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def destination_details @destination_details end |
#destination_type ⇒ "cloudwatch-logs", "kinesis-firehose"
Returns the value of attribute destination_type.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def destination_type @destination_type end |
#log_format ⇒ "text", "json"
Returns the value of attribute log_format.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def log_format @log_format end |
#log_type ⇒ "slow-log", "engine-log"
Returns the value of attribute log_type.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def log_type @log_type end |
#message ⇒ ::String
Returns the value of attribute message.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def end |
#status ⇒ "active", ...
Returns the value of attribute status.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def status @status end |