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` package Paws::Discovery::StartContinuousExportResponse; use Moose; has DataSource => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'dataSource' ); has ExportId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'exportId' ); has S3Bucket => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 's3Bucket' ); has SchemaStorageConfig => (is => 'ro', isa => 'Paws::Discovery::SchemaStorageConfig', traits => ['NameInRequest'], request_name => 'schemaStorageConfig' ); has StartTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'startTime' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Discovery::StartContinuousExportResponse =head1 ATTRIBUTES =head2 DataSource => Str The type of data collector used to gather this data (currently only offered for AGENT). Valid values are: C<"AGENT"> =head2 ExportId => Str The unique ID assigned to this export. =head2 S3Bucket => Str The name of the s3 bucket where the export data parquet files are stored. =head2 SchemaStorageConfig => L A dictionary which describes how the data is stored. =over =item * C - the name of the Glue database used to store the schema. =back =head2 StartTime => Str The timestamp representing when the continuous export was started. =head2 _request_id => Str =cut 1;