Class: Aws::FinSpaceData::Types::ChangesetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ChangesetSummary
- Defined in:
- gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb
Overview
A Changeset is unit of data in a Dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_from_timestamp ⇒ Integer
Beginning time from which the Changeset is active.
-
#active_until_timestamp ⇒ Integer
Time until which the Changeset is active.
-
#change_type ⇒ String
Type that indicates how a Changeset is applied to a Dataset.
-
#changeset_arn ⇒ String
The ARN identifier of the Changeset.
-
#changeset_id ⇒ String
The unique identifier for a Changeset.
-
#create_time ⇒ Integer
The timestamp at which the Changeset was created in FinSpace.
-
#dataset_id ⇒ String
The unique identifier for the FinSpace Dataset in which the Changeset is created.
-
#error_info ⇒ Types::ChangesetErrorInfo
The structure with error messages.
-
#format_params ⇒ Hash<String,String>
Options that define the structure of the source file(s).
-
#source_params ⇒ Hash<String,String>
Options that define the location of the data being ingested.
-
#status ⇒ String
Status of the Changeset ingestion.
-
#updated_by_changeset_id ⇒ String
The unique identifier of the updated Changeset.
-
#updates_changeset_id ⇒ String
The unique identifier of the Changeset that is updated.
Instance Attribute Details
#active_from_timestamp ⇒ Integer
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.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#active_until_timestamp ⇒ Integer
Time until 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.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#change_type ⇒ String
Type that indicates how a Changeset is applied to a Dataset.
REPLACE
– Changeset is considered as a replacement to all prior loaded Changesets.APPEND
– Changeset is considered as an addition to the end of all prior loaded Changesets.MODIFY
– Changeset is considered as a replacement to a specific prior ingested Changeset.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#changeset_arn ⇒ String
The ARN identifier of the Changeset.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#changeset_id ⇒ String
The unique identifier for a Changeset.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Integer
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.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The unique identifier for the FinSpace Dataset in which the Changeset is created.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#error_info ⇒ Types::ChangesetErrorInfo
The structure with error messages.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#format_params ⇒ Hash<String,String>
Options that define the structure of the source file(s).
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#source_params ⇒ Hash<String,String>
Options that define the location of the data being ingested.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the Changeset ingestion.
PENDING
– Changeset is pending creation.FAILED
– Changeset creation has failed.SUCCESS
– Changeset creation has succeeded.RUNNING
– Changeset creation is running.STOP_REQUESTED
– User requested Changeset creation to stop.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#updated_by_changeset_id ⇒ String
The unique identifier of the updated Changeset.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |
#updates_changeset_id ⇒ String
The unique identifier of the Changeset that is updated.
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 217 class ChangesetSummary < Struct.new( :changeset_id, :changeset_arn, :dataset_id, :change_type, :source_params, :format_params, :create_time, :status, :error_info, :active_until_timestamp, :active_from_timestamp, :updates_changeset_id, :updated_by_changeset_id) SENSITIVE = [] include Aws::Structure end |