Class: Aws::Types::ExporterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExporterConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: OpenSearchConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#open_search_configuration ⇒ Types::OpenSearchExporterConfiguration
Returns the value of attribute open_search_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#open_search_configuration ⇒ Types::OpenSearchExporterConfiguration
Returns the value of attribute open_search_configuration.
417 418 419 |
# File 'sig/types.rbs', line 417 def open_search_configuration @open_search_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
418 419 420 |
# File 'sig/types.rbs', line 418 def unknown @unknown end |