Class: Aws::Types::LogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_driver ⇒ "json-file", ...
Returns the value of attribute log_driver.
-
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
-
#secret_options ⇒ ::Array[Types::Secret]
Returns the value of attribute secret_options.
Instance Attribute Details
#log_driver ⇒ "json-file", ...
Returns the value of attribute log_driver.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def log_driver @log_driver end |
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def @options end |
#secret_options ⇒ ::Array[Types::Secret]
Returns the value of attribute secret_options.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def @secret_options end |