Class: Aws::TimestreamQuery::Types::DescribeAccountSettingsResponse

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 maximum number of [Timestream compute units] (TCUs) the service will use at any point in time to serve your queries.

[1]: docs.aws.amazon.com/timestream/latest/developerguide/tcu.html

Returns:

  • (Integer)


260
261
262
263
264
265
# File 'lib/aws-sdk-timestreamquery/types.rb', line 260

class DescribeAccountSettingsResponse < Struct.new(
  :max_query_tcu,
  :query_pricing_model)
  SENSITIVE = []
  include Aws::Structure
end

#query_pricing_modelString

The pricing model for queries in your account.

Returns:

  • (String)


260
261
262
263
264
265
# File 'lib/aws-sdk-timestreamquery/types.rb', line 260

class DescribeAccountSettingsResponse < Struct.new(
  :max_query_tcu,
  :query_pricing_model)
  SENSITIVE = []
  include Aws::Structure
end