Class: Aws::Types::LogDestinationConfig
- Inherits:
-
Object
- Object
- Aws::Types::LogDestinationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_destination ⇒ ::Hash[::String, ::String]
Returns the value of attribute log_destination.
-
#log_destination_type ⇒ "S3", ...
Returns the value of attribute log_destination_type.
-
#log_type ⇒ "ALERT", ...
Returns the value of attribute log_type.
Instance Attribute Details
#log_destination ⇒ ::Hash[::String, ::String]
Returns the value of attribute log_destination.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def log_destination @log_destination end |
#log_destination_type ⇒ "S3", ...
Returns the value of attribute log_destination_type.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def log_destination_type @log_destination_type end |
#log_type ⇒ "ALERT", ...
Returns the value of attribute log_type.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def log_type @log_type end |