Class: Aws::TimestreamQuery::Types::QueryComputeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::QueryComputeResponse
- 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
-
#compute_mode ⇒ String
The mode in which Timestream Compute Units (TCUs) are allocated and utilized within an account.
-
#provisioned_capacity ⇒ Types::ProvisionedCapacityResponse
Configuration object that contains settings for provisioned Timestream Compute Units (TCUs) in your account.
Instance Attribute Details
#compute_mode ⇒ String
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`.
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_capacity ⇒ Types::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 |