Class: Aws::TimestreamQuery::Types::ProvisionedCapacityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ProvisionedCapacityResponse
- Defined in:
- gems/aws-sdk-timestreamquery/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
-
#active_query_tcu ⇒ Integer
The number of Timestream Compute Units (TCUs) provisioned in the account.
-
#last_update ⇒ Types::LastUpdate
Information about the last update to the provisioned capacity settings.
-
#notification_configuration ⇒ Types::AccountSettingsNotificationConfiguration
An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified.
Instance Attribute Details
#active_query_tcu ⇒ Integer
The number of Timestream Compute Units (TCUs) provisioned in the
account. This field is only visible when the compute mode is
PROVISIONED.
847 848 849 850 851 852 853 |
# File 'gems/aws-sdk-timestreamquery/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_update ⇒ Types::LastUpdate
Information about the last update to the provisioned capacity settings.
847 848 849 850 851 852 853 |
# File 'gems/aws-sdk-timestreamquery/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_configuration ⇒ Types::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 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 847 class ProvisionedCapacityResponse < Struct.new( :active_query_tcu, :notification_configuration, :last_update) SENSITIVE = [] include Aws::Structure end |