![]() |
![]()
| ![]() |
![]()
NAMEPaws::FinspaceData::ChangesetInfo USAGEThis 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 DESCRIPTIONA changeset is unit of data in a dataset. ATTRIBUTESChangesetArn => StrThe ARN identifier of the changeset. ChangesetLabels => Paws::FinspaceData::StringMapTags associated with the changeset. ChangeType => StrChange type indicates how a changeset is applied to a dataset.
CreateTimestamp => StrThe timestamp at which the changeset was created in FinSpace. DatasetId => StrThe unique identifier for the FinSpace dataset in which the changeset is created. ErrorInfo => Paws::FinspaceData::ErrorInfoThe structure with error messages. FormatParams => Paws::FinspaceData::StringMapStructure of the source file(s). FormatType => StrFormat type of the input files loaded into the changeset. Id => StrUnique identifier for a changeset. SourceParams => Paws::FinspaceData::StringMapSource path from which the files to create the changeset are sourced. SourceType => StrType of the data source from which the files to create the changeset are sourced.
Status => StrThe status of changeset creation operation. UpdatedByChangesetId => StrUnique identifier of the changeset that is updated a changeset. UpdatesChangesetId => StrUnique identifier of the changeset that is updated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::FinspaceData BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|