Class: Aws::TimestreamQuery::Types::LastUpdate

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

Overview

Configuration object that contains the most recent account settings update, visible only if settings have been updated previously.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the last update. Can be either ‘PENDING`, `FAILED`, or `SUCCEEDED`.

Returns:

  • (String)


540
541
542
543
544
545
546
# File 'lib/aws-sdk-timestreamquery/types.rb', line 540

class LastUpdate < Struct.new(
  :target_query_tcu,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Error message describing the last account settings update status, visible only if an error occurred.

Returns:

  • (String)


540
541
542
543
544
545
546
# File 'lib/aws-sdk-timestreamquery/types.rb', line 540

class LastUpdate < Struct.new(
  :target_query_tcu,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#target_query_tcuInteger

The number of TimeStream Compute Units (TCUs) requested in the last account settings update.

Returns:

  • (Integer)


540
541
542
543
544
545
546
# File 'lib/aws-sdk-timestreamquery/types.rb', line 540

class LastUpdate < Struct.new(
  :target_query_tcu,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end