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.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def log_destination @log_destination end |
#log_destination_type ⇒ "S3", ...
Returns the value of attribute log_destination_type.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def log_destination_type @log_destination_type end |
#log_type ⇒ "ALERT", ...
Returns the value of attribute log_type.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def log_type @log_type end |