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.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def query_compute_configuration @query_compute_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def unknown @unknown end |