Class: Aws::TimestreamQuery::Types::QueryComputeResponse

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

Overview

The response to a request to retrieve or update the compute capacity settings for querying data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_modeString

The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account. Note that in the Asia Pacific (Mumbai) region, the API operation only recognizes the value ‘PROVISIONED`.

Returns:

  • (String)


894
895
896
897
898
899
# File 'lib/aws-sdk-timestreamquery/types.rb', line 894

class QueryComputeResponse < Struct.new(
  :compute_mode,
  :provisioned_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_capacityTypes::ProvisionedCapacityResponse

Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.



894
895
896
897
898
899
# File 'lib/aws-sdk-timestreamquery/types.rb', line 894

class QueryComputeResponse < Struct.new(
  :compute_mode,
  :provisioned_capacity)
  SENSITIVE = []
  include Aws::Structure
end