Class: Aws::FinSpaceData::Types::ChangesetSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#active_from_timestampInteger

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:

  • (Integer)


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_timestampInteger

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.

Returns:

  • (Integer)


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_typeString

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.

Returns:

  • (String)


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_arnString

The ARN identifier of the Changeset.

Returns:

  • (String)


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_idString

The unique identifier for a Changeset.

Returns:

  • (String)


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_timeInteger

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:

  • (Integer)


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_idString

The unique identifier for the FinSpace Dataset in which the Changeset is created.

Returns:

  • (String)


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_infoTypes::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_paramsHash<String,String>

Options that define the structure of the source file(s).

Returns:

  • (Hash<String,String>)


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_paramsHash<String,String>

Options that define the location of the data being ingested.

Returns:

  • (Hash<String,String>)


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

#statusString

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.

Returns:

  • (String)


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_idString

The unique identifier of the updated Changeset.

Returns:

  • (String)


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_idString

The unique identifier of the Changeset that is updated.

Returns:

  • (String)


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