Class: Aws::Types::DescribeAccountSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountSettingsResponse
- 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::QueryComputeResponse
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.
80 81 82 |
# File 'sig/types.rbs', line 80 def max_query_tcu @max_query_tcu end |
#query_compute ⇒ Types::QueryComputeResponse
Returns the value of attribute query_compute.
82 83 84 |
# File 'sig/types.rbs', line 82 def query_compute @query_compute end |
#query_pricing_model ⇒ "BYTES_SCANNED", "COMPUTE_UNITS"
Returns the value of attribute query_pricing_model.
81 82 83 |
# File 'sig/types.rbs', line 81 def query_pricing_model @query_pricing_model end |