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::CloudWatch::GetMetricStreamOutput; use Moose; has Arn => (is => 'ro', isa => 'Str'); has CreationDate => (is => 'ro', isa => 'Str'); has ExcludeFilters => (is => 'ro', isa => 'ArrayRef[Paws::CloudWatch::MetricStreamFilter]'); has FirehoseArn => (is => 'ro', isa => 'Str'); has IncludeFilters => (is => 'ro', isa => 'ArrayRef[Paws::CloudWatch::MetricStreamFilter]'); has LastUpdateDate => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has OutputFormat => (is => 'ro', isa => 'Str'); has RoleArn => (is => 'ro', isa => 'Str'); has State => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudWatch::GetMetricStreamOutput =head1 ATTRIBUTES =head2 Arn => Str The ARN of the metric stream. =head2 CreationDate => Str The date that the metric stream was created. =head2 ExcludeFilters => ArrayRef[L] If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in the account are streamed by this metric stream. =head2 FirehoseArn => Str The ARN of the Amazon Kinesis Firehose delivery stream that is used by this metric stream. =head2 IncludeFilters => ArrayRef[L] If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream. =head2 LastUpdateDate => Str The date of the most recent update to the metric stream's configuration. =head2 Name => Str The name of the metric stream. =head2 OutputFormat => Str Valid values are: C<"json">, C<"opentelemetry0.7"> =head2 RoleArn => Str The ARN of the IAM role that is used by this metric stream. =head2 State => Str The state of the metric stream. The possible values are C and C. =head2 _request_id => Str =cut