Class: Aws::Types::ClusterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ClusterConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execute_command_configuration ⇒ Types::ExecuteCommandConfiguration
Returns the value of attribute execute_command_configuration.
-
#managed_storage_configuration ⇒ Types::ManagedStorageConfiguration
Returns the value of attribute managed_storage_configuration.
Instance Attribute Details
#execute_command_configuration ⇒ Types::ExecuteCommandConfiguration
Returns the value of attribute execute_command_configuration.
160 161 162 |
# File 'sig/types.rbs', line 160 def execute_command_configuration @execute_command_configuration end |
#managed_storage_configuration ⇒ Types::ManagedStorageConfiguration
Returns the value of attribute managed_storage_configuration.
161 162 163 |
# File 'sig/types.rbs', line 161 def managed_storage_configuration @managed_storage_configuration end |