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.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def open_search_resource_config @open_search_resource_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def unknown @unknown end |