Class: Aws::TimestreamQuery::Types::UpdateAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::UpdateAccountSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_query_tcu ⇒ Integer
The configured maximum number of compute units the service will use at any point in time to serve your queries.
-
#query_pricing_model ⇒ String
The pricing model for an account.
Instance Attribute Details
#max_query_tcu ⇒ Integer
The configured maximum number of compute units the service will use at any point in time to serve your queries.
1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1530 class UpdateAccountSettingsResponse < Struct.new( :max_query_tcu, :query_pricing_model) SENSITIVE = [] include Aws::Structure end |
#query_pricing_model ⇒ String
The pricing model for an account.
1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1530 class UpdateAccountSettingsResponse < Struct.new( :max_query_tcu, :query_pricing_model) SENSITIVE = [] include Aws::Structure end |