Class: Aws::Finspace::Types::CreateKxDatabaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxDatabaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The timestamp at which the database is created in FinSpace.
-
#database_arn ⇒ String
The ARN identifier of the database.
-
#database_name ⇒ String
The name of the kdb database.
-
#description ⇒ String
A description of the database.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#last_modified_timestamp ⇒ Time
The last time that the database was updated in FinSpace.
Instance Attribute Details
#created_timestamp ⇒ Time
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.
869 870 871 872 873 874 875 876 877 878 |
# File '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_arn ⇒ String
The ARN identifier of the database.
869 870 871 872 873 874 875 876 877 878 |
# File '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_name ⇒ String
The name of the kdb database.
869 870 871 872 873 874 875 876 877 878 |
# File '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 |
#description ⇒ String
A description of the database.
869 870 871 872 873 874 875 876 877 878 |
# File '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_id ⇒ String
A unique identifier for the kdb environment.
869 870 871 872 873 874 875 876 877 878 |
# File '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_timestamp ⇒ Time
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.
869 870 871 872 873 874 875 876 877 878 |
# File '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 |