PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CUR::ReportDefinition; use Moose; has AdditionalArtifacts => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has AdditionalSchemaElements => (is => 'ro', isa => 'ArrayRef[Str|Undef]', required => 1); has BillingViewArn => (is => 'ro', isa => 'Str'); has Compression => (is => 'ro', isa => 'Str', required => 1); has Format => (is => 'ro', isa => 'Str', required => 1); has RefreshClosedReports => (is => 'ro', isa => 'Bool'); has ReportName => (is => 'ro', isa => 'Str', required => 1); has ReportVersioning => (is => 'ro', isa => 'Str'); has S3Bucket => (is => 'ro', isa => 'Str', required => 1); has S3Prefix => (is => 'ro', isa => 'Str', required => 1); has S3Region => (is => 'ro', isa => 'Str', required => 1); has TimeUnit => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::CUR::ReportDefinition =head1 USAGE This class represents one of two things: =head3 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::CUR::ReportDefinition object: $service_obj->Method(Att1 => { AdditionalArtifacts => $value, ..., TimeUnit => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CUR::ReportDefinition object: $result = $service_obj->Method(...); $result->Att1->AdditionalArtifacts =head1 DESCRIPTION The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition. =head1 ATTRIBUTES =head2 AdditionalArtifacts => ArrayRef[Str|Undef] A list of manifests that you want Amazon Web Services to create for this report. =head2 B AdditionalSchemaElements => ArrayRef[Str|Undef] A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs. =head2 BillingViewArn => Str The Amazon resource name of the billing view. You can get this value by using the billing view service public APIs. =head2 B Compression => Str =head2 B Format => Str =head2 RefreshClosedReports => Bool Whether you want Amazon Web Services to update your reports after they have been finalized if Amazon Web Services detects charges related to previous months. These charges can include refunds, credits, or support fees. =head2 B ReportName => Str =head2 ReportVersioning => Str Whether you want Amazon Web Services to overwrite the previous version of each report or to deliver the report in addition to the previous versions. =head2 B S3Bucket => Str =head2 B S3Prefix => Str =head2 B S3Region => Str =head2 B TimeUnit => Str =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut