Class: Aws::Finspace::Types::CreateKxChangesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxChangesetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_requests ⇒ Array<Types::ChangeRequest>
A list of change requests.
-
#changeset_id ⇒ String
A unique identifier for the changeset.
-
#created_timestamp ⇒ Time
The timestamp at which the changeset was created in FinSpace.
-
#database_name ⇒ String
The name of the kdb database.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#error_info ⇒ Types::ErrorInfo
The details of the error that you receive when creating a changeset.
-
#last_modified_timestamp ⇒ Time
The timestamp at which the changeset was updated in FinSpace.
-
#status ⇒ String
Status of the changeset creation process.
Instance Attribute Details
#change_requests ⇒ Array<Types::ChangeRequest>
A list of change requests.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#changeset_id ⇒ String
A unique identifier for the changeset.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp at which the changeset 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.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the kdb database.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#error_info ⇒ Types::ErrorInfo
The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#last_modified_timestamp ⇒ Time
The timestamp at which the changeset 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.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the changeset creation process.
-
Pending – Changeset creation is pending.
-
Processing – Changeset creation is running.
-
Failed – Changeset creation has failed.
-
Complete – Changeset creation has succeeded.
408 409 410 411 412 413 414 415 416 417 418 419 |
# File 'lib/aws-sdk-finspace/types.rb', line 408 class CreateKxChangesetResponse < Struct.new( :changeset_id, :database_name, :environment_id, :change_requests, :created_timestamp, :last_modified_timestamp, :status, :error_info) SENSITIVE = [] include Aws::Structure end |