Class: Aws::Types::FirelensConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FirelensConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
-
#type ⇒ "fluentd", "fluentbit"
Returns the value of attribute type.
Instance Attribute Details
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def @options end |
#type ⇒ "fluentd", "fluentbit"
Returns the value of attribute type.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def type @type end |