Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Finspace::Types::CreateKxDatabaseResponse

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

#created_timestampTime

The timestamp at which the database is 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)

869
870
871
872
873
874
875
876
877
878
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 869

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

#database_arnString

The ARN identifier of the database.

Returns:

  • (String)

869
870
871
872
873
874
875
876
877
878
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 869

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

#database_nameString

The name of the kdb database.

Returns:

  • (String)

869
870
871
872
873
874
875
876
877
878
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 869

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

#descriptionString

A description of the database.

Returns:

  • (String)

869
870
871
872
873
874
875
876
877
878
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 869

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

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)

869
870
871
872
873
874
875
876
877
878
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 869

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

#last_modified_timestampTime

The last time that the database was updated 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)

869
870
871
872
873
874
875
876
877
878
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 869

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