Class: Aws::Types::ResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: OpenSearchResourceConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#open_search_resource_config ⇒ Types::OpenSearchResourceConfig
Returns the value of attribute open_search_resource_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#open_search_resource_config ⇒ Types::OpenSearchResourceConfig
Returns the value of attribute open_search_resource_config.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def open_search_resource_config @open_search_resource_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def unknown @unknown end |