NAME

Paws::LicenseManager::ReportGenerator

USAGE

This 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

DESCRIPTION

Describe the details of a report generator.

ATTRIBUTES

CreateTime => Str

Time the report was created.

Description => Str

Description of the report generator.

LastReportGenerationTime => Str

Time the last report was generated at.

LastRunFailureReason => Str

Failure message for the last report generation attempt.

LastRunStatus => Str

Status of the last report generation attempt.

LicenseManagerReportGeneratorArn => Str

Amazon Resource Number (ARN) of the report generator.

ReportContext => Paws::LicenseManager::ReportContext

License configuration type this generator reports on.

ReportCreatorAccount => Str

The AWS account ID used to create the report generator.

ReportFrequency => Paws::LicenseManager::ReportFrequency

Details on how frequently reports are generated.

ReportGeneratorName => Str

Name of the report generator.

ReportType => ArrayRef[Str|Undef]

Type of reports that are generated.

S3Location => Paws::LicenseManager::S3Location

Details of the S3 bucket that report generator reports are published to.

Tags => ArrayRef[Paws::LicenseManager::Tag]

Tags associated with the report generator.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::LicenseManager

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues