Class: Aws::FinSpaceData::Types::GetChangesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetChangesetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
The response from a describe changeset operation
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 where the Changeset is created.
-
#error_info ⇒ Types::ChangesetErrorInfo
The structure with error messages.
-
#format_params ⇒ Hash<String,String>
Structure of the source file(s).
-
#source_params ⇒ Hash<String,String>
Options that define the location of the data being ingested.
-
#status ⇒ String
The status of Changeset creation operation.
-
#updated_by_changeset_id ⇒ String
The unique identifier of the updated Changeset.
-
#updates_changeset_id ⇒ String
The unique identifier of the Changeset that is being 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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 where the Changeset is created.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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>
Structure of the source file(s).
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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
The status of Changeset creation operation.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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 being updated.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1248 class GetChangesetResponse < 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 |