![]() |
![]()
| ![]() |
![]()
NAMEPaws::FSX::AdministrativeAction 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::FSX::AdministrativeAction object: $service_obj->Method(Att1 => { AdministrativeActionType => $value, ..., TargetFileSystemValues => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::AdministrativeAction object: $result = $service_obj->Method(...); $result->Att1->AdministrativeActionType DESCRIPTIONDescribes a specific Amazon FSx administrative action for the current Windows or Lustre file system. ATTRIBUTESAdministrativeActionType => StrFailureDetails => Paws::FSX::AdministrativeActionFailureDetailsProgressPercent => IntProvides the percent complete of a "STORAGE_OPTIMIZATION" administrative action. Does not apply to any other administrative action type. RequestTime => StrTime that the administrative action request was received. Status => StrDescribes the status of the administrative action, as follows:
TargetFileSystemValues => Paws::FSX::FileSystemDescribes the target value for the administration action, provided in the "UpdateFileSystem" operation. Returned for "FILE_SYSTEM_UPDATE" administrative actions. SEE ALSOThis class forms part of Paws, describing an object used in Paws::FSX 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>
|