Class: Aws::Types::IntermediateTableComputeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableComputeConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: QueryComputeConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_compute_configuration ⇒ Types::WorkerComputeConfiguration
Returns the value of attribute query_compute_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#query_compute_configuration ⇒ Types::WorkerComputeConfiguration
Returns the value of attribute query_compute_configuration.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def query_compute_configuration @query_compute_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def unknown @unknown end |