Class: Aws::Types::LogDeliveryConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::LogDeliveryConfigurationRequest
- 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.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#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.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def destination_details @destination_details end |
#destination_type ⇒ "cloudwatch-logs", "kinesis-firehose"
Returns the value of attribute destination_type.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def destination_type @destination_type end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def enabled @enabled end |
#log_format ⇒ "text", "json"
Returns the value of attribute log_format.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def log_format @log_format end |
#log_type ⇒ "slow-log", "engine-log"
Returns the value of attribute log_type.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def log_type @log_type end |