Class: Aws::Finspace::Types::KxDatabaseListEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Details about a FinSpace managed kdb database

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The timestamp at which the database was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3337

class KxDatabaseListEntry < Struct.new(
  :database_name,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the kdb database.

Returns:

  • (String)


3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3337

class KxDatabaseListEntry < Struct.new(
  :database_name,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timestampTime

The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


3337
3338
3339
3340
3341
3342
3343
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3337

class KxDatabaseListEntry < Struct.new(
  :database_name,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end