NAME
Paws::FinspaceData::ChangesetInfo
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::FinspaceData::ChangesetInfo object:
$service_obj->Method(Att1 => { ChangesetArn => $value, ..., UpdatesChangesetId => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::FinspaceData::ChangesetInfo object:
$result = $service_obj->Method(...);
$result->Att1->ChangesetArn
DESCRIPTION
A changeset is unit of data in a dataset.
ATTRIBUTES
ChangesetArn => Str
The ARN identifier of the changeset.
ChangesetLabels => Paws::FinspaceData::StringMap
Tags associated with the changeset.
ChangeType => Str
Change type 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.
CreateTimestamp => Str
The timestamp at which the changeset was created in FinSpace.
DatasetId => Str
The unique identifier for the FinSpace dataset in which the changeset is created.
ErrorInfo => Paws::FinspaceData::ErrorInfo
The structure with error messages.
FormatParams => Paws::FinspaceData::StringMap
Structure of the source file(s).
FormatType => Str
Format type of the input files loaded into the changeset.
Id => Str
Unique identifier for a changeset.
SourceParams => Paws::FinspaceData::StringMap
Source path from which the files to create the changeset are sourced.
SourceType => Str
Type of the data source from which the files to create the changeset are sourced.
S3
- Amazon S3.
Status => Str
The status of changeset creation operation.
UpdatedByChangesetId => Str
Unique identifier of the changeset that is updated a changeset.
UpdatesChangesetId => Str
Unique identifier of the changeset that is updated.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::FinspaceData
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues