![]() |
![]()
| ![]() |
![]()
NAMEPaws::LicenseManager::ReportGenerator 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::LicenseManager::ReportGenerator object: $service_obj->Method(Att1 => { CreateTime => $value, ..., Tags => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::LicenseManager::ReportGenerator object: $result = $service_obj->Method(...); $result->Att1->CreateTime DESCRIPTIONDescribe the details of a report generator. ATTRIBUTESCreateTime => StrTime the report was created. Description => StrDescription of the report generator. LastReportGenerationTime => StrTime the last report was generated at. LastRunFailureReason => StrFailure message for the last report generation attempt. LastRunStatus => StrStatus of the last report generation attempt. LicenseManagerReportGeneratorArn => StrAmazon Resource Number (ARN) of the report generator. ReportContext => Paws::LicenseManager::ReportContextLicense configuration type this generator reports on. ReportCreatorAccount => StrThe AWS account ID used to create the report generator. ReportFrequency => Paws::LicenseManager::ReportFrequencyDetails on how frequently reports are generated. ReportGeneratorName => StrName of the report generator. ReportType => ArrayRef[Str|Undef]Type of reports that are generated. S3Location => Paws::LicenseManager::S3LocationDetails of the S3 bucket that report generator reports are published to. Tags => ArrayRef[Paws::LicenseManager::Tag]Tags associated with the report generator. SEE ALSOThis class forms part of Paws, describing an object used in Paws::LicenseManager 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>
|