Class: Aws::Finspace::Types::UpdateKxDatabaseResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the kdb database.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4946

class UpdateKxDatabaseResponse < Struct.new(
  :database_name,
  :environment_id,
  :description,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the database.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4946

class UpdateKxDatabaseResponse < Struct.new(
  :database_name,
  :environment_id,
  :description,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4946

class UpdateKxDatabaseResponse < Struct.new(
  :database_name,
  :environment_id,
  :description,
  :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)


4946
4947
4948
4949
4950
4951
4952
4953
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4946

class UpdateKxDatabaseResponse < Struct.new(
  :database_name,
  :environment_id,
  :description,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end