Class: Aws::Finspace::Types::GetKxChangesetResponse

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

#active_from_timestampTime

Beginning time from which the changeset is active. 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)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#change_requestsArray<Types::ChangeRequest>

A list of change request objects that are run in order.

Returns:



2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#changeset_idString

A unique identifier for the changeset.

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_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)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the kdb database.

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#error_infoTypes::ErrorInfo

Provides details in the event of a failed flow, including the error type and the related error message.

Returns:



2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_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)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_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)


2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2012

class GetKxChangesetResponse < Struct.new(
  :changeset_id,
  :database_name,
  :environment_id,
  :change_requests,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end