Class: Aws::Types::UpdateAccountSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_query_tcu ⇒ ::Integer
Returns the value of attribute max_query_tcu.
-
#query_compute ⇒ Types::QueryComputeRequest
Returns the value of attribute query_compute.
-
#query_pricing_model ⇒ "BYTES_SCANNED", "COMPUTE_UNITS"
Returns the value of attribute query_pricing_model.
Instance Attribute Details
#max_query_tcu ⇒ ::Integer
Returns the value of attribute max_query_tcu.
504 505 506 |
# File 'sig/types.rbs', line 504 def max_query_tcu @max_query_tcu end |
#query_compute ⇒ Types::QueryComputeRequest
Returns the value of attribute query_compute.
506 507 508 |
# File 'sig/types.rbs', line 506 def query_compute @query_compute end |
#query_pricing_model ⇒ "BYTES_SCANNED", "COMPUTE_UNITS"
Returns the value of attribute query_pricing_model.
505 506 507 |
# File 'sig/types.rbs', line 505 def query_pricing_model @query_pricing_model end |