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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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