Class: Aws::TimestreamQuery::Types::ProvisionedCapacityResponse

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

Overview

The response to a request to update the provisioned capacity settings for querying data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_query_tcuInteger

The number of Timestream Compute Units (TCUs) provisioned in the account. This field is only visible when the compute mode is ‘PROVISIONED`.

Returns:

  • (Integer)


847
848
849
850
851
852
853
# File 'lib/aws-sdk-timestreamquery/types.rb', line 847

class ProvisionedCapacityResponse < Struct.new(
  :active_query_tcu,
  :notification_configuration,
  :last_update)
  SENSITIVE = []
  include Aws::Structure
end

#last_updateTypes::LastUpdate

Information about the last update to the provisioned capacity settings.

Returns:



847
848
849
850
851
852
853
# File 'lib/aws-sdk-timestreamquery/types.rb', line 847

class ProvisionedCapacityResponse < Struct.new(
  :active_query_tcu,
  :notification_configuration,
  :last_update)
  SENSITIVE = []
  include Aws::Structure
end

#notification_configurationTypes::AccountSettingsNotificationConfiguration

An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode is ‘PROVISIONED`.



847
848
849
850
851
852
853
# File 'lib/aws-sdk-timestreamquery/types.rb', line 847

class ProvisionedCapacityResponse < Struct.new(
  :active_query_tcu,
  :notification_configuration,
  :last_update)
  SENSITIVE = []
  include Aws::Structure
end