Class: Aws::TimestreamQuery::Types::UpdateAccountSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::UpdateAccountSettingsResponse
- Defined in:
- gems/aws-sdk-timestreamquery/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_compute ⇒ Types::QueryComputeResponse
Confirms the updated account settings for querying data in your account.
-
#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.
2057 2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 2057 class UpdateAccountSettingsResponse < Struct.new( :max_query_tcu, :query_pricing_model, :query_compute) SENSITIVE = [] include Aws::Structure end |
#query_compute ⇒ Types::QueryComputeResponse
Confirms the updated account settings for querying data in your account.
2057 2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 2057 class UpdateAccountSettingsResponse < Struct.new( :max_query_tcu, :query_pricing_model, :query_compute) SENSITIVE = [] include Aws::Structure end |
#query_pricing_model ⇒ String
The pricing model for an account.
2057 2058 2059 2060 2061 2062 2063 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 2057 class UpdateAccountSettingsResponse < Struct.new( :max_query_tcu, :query_pricing_model, :query_compute) SENSITIVE = [] include Aws::Structure end |