Class: Aws::Finspace::Types::CreateKxChangesetResponse

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

#change_requestsArray<Types::ChangeRequest>

A list of change requests.

Returns:



410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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_idString

A unique identifier for the changeset.

Returns:

  • (String)


410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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_timestampTime

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.

Returns:

  • (Time)


410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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_nameString

The name of the kdb database.

Returns:

  • (String)


410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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_infoTypes::ErrorInfo

The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.

Returns:



410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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_timestampTime

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.

Returns:

  • (Time)


410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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

#statusString

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.

Returns:

  • (String)


410
411
412
413
414
415
416
417
418
419
420
421
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 410

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