Class: Aws::Finspace::Types::GetKxChangesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxChangesetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_from_timestamp ⇒ Time
Beginning time from which the changeset is active.
-
#change_requests ⇒ Array<Types::ChangeRequest>
A list of change request objects that are run in order.
-
#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
Provides details in the event of a failed flow, including the error type and the related error message.
-
#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
#active_from_timestamp ⇒ Time
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.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_requests ⇒ Array<Types::ChangeRequest>
A list of change request objects that are run in order.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_id ⇒ String
A unique identifier for the changeset.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_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.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_name ⇒ String
The name of the kdb database.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_id ⇒ String
A unique identifier for the kdb environment.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_info ⇒ Types::ErrorInfo
Provides details in the event of a failed flow, including the error type and the related error message.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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_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.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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 |
#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.
2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-finspace/types.rb', line 2019 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 |