Class: Aws::Types::LogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ ::String
Returns the value of attribute error.
-
#log_driver ⇒ ::String
Returns the value of attribute log_driver.
-
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
Instance Attribute Details
#error ⇒ ::String
Returns the value of attribute error.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def error @error end |
#log_driver ⇒ ::String
Returns the value of attribute log_driver.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def log_driver @log_driver end |
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def @options end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def parameters @parameters end |