Class: Aws::TimestreamQuery::Types::UpdateAccountSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_query_tcuInteger

The configured maximum number of compute units the service will use at any point in time to serve your queries.

Returns:

  • (Integer)


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_modelString

The pricing model for an account.

Returns:

  • (String)


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