![]() |
![]()
| ![]() |
![]()
NAMEPaws::DataExchange::CreateRevision - Arguments for method CreateRevision on Paws::DataExchange DESCRIPTIONThis class represents the parameters used for calling the method CreateRevision on the AWS Data Exchange service. Use the attributes of this class as arguments to method CreateRevision. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateRevision. SYNOPSISmy $dataexchange = Paws->service('DataExchange'); my $CreateRevisionResponse = $dataexchange->CreateRevision( DataSetId => 'My__string', Comment => 'My__stringMin0Max16384', # OPTIONAL Tags => { 'My__string' => 'My__string', }, # OPTIONAL ); # Results: my $Arn = $CreateRevisionResponse->Arn; my $Comment = $CreateRevisionResponse->Comment; my $CreatedAt = $CreateRevisionResponse->CreatedAt; my $DataSetId = $CreateRevisionResponse->DataSetId; my $Finalized = $CreateRevisionResponse->Finalized; my $Id = $CreateRevisionResponse->Id; my $SourceId = $CreateRevisionResponse->SourceId; my $Tags = $CreateRevisionResponse->Tags; my $UpdatedAt = $CreateRevisionResponse->UpdatedAt; # Returns a L<Paws::DataExchange::CreateRevisionResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/dataexchange/CreateRevision> ATTRIBUTESComment => StrAn optional comment about the revision. REQUIRED DataSetId => StrThe unique identifier for a data set. Tags => Paws::DataExchange::MapOf__stringA revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions. SEE ALSOThis class forms part of Paws, documenting arguments for method CreateRevision in Paws::DataExchange 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>
|