![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::DocumentVersionInfo 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::SSM::DocumentVersionInfo object: $service_obj->Method(Att1 => { CreatedDate => $value, ..., VersionName => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::DocumentVersionInfo object: $result = $service_obj->Method(...); $result->Att1->CreatedDate DESCRIPTIONVersion information about the document. ATTRIBUTESCreatedDate => StrThe date the document was created. DisplayName => StrThe friendly name of the Systems Manager document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument. DocumentFormat => StrThe document format, either JSON or YAML. DocumentVersion => StrThe document version. IsDefaultVersion => BoolAn identifier for the default version of the document. Name => StrThe document name. ReviewStatus => StrThe current status of the approval review for the latest version of the document. Status => StrThe status of the Systems Manager document, such as "Creating", "Active", "Failed", and "Deleting". StatusInformation => StrA message returned by AWS Systems Manager that explains the "Status" value. For example, a "Failed" status might be explained by the "StatusInformation" message, "The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct." VersionName => StrThe version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and cannot be changed. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM 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>
|