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::CloudWatchEvents::DescribeConnectionResponse; use Moose; has AuthorizationType => (is => 'ro', isa => 'Str'); has AuthParameters => (is => 'ro', isa => 'Paws::CloudWatchEvents::ConnectionAuthResponseParameters'); has ConnectionArn => (is => 'ro', isa => 'Str'); has ConnectionState => (is => 'ro', isa => 'Str'); has CreationTime => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has LastAuthorizedTime => (is => 'ro', isa => 'Str'); has LastModifiedTime => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has SecretArn => (is => 'ro', isa => 'Str'); has StateReason => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudWatchEvents::DescribeConnectionResponse =head1 ATTRIBUTES =head2 AuthorizationType => Str The type of authorization specified for the connection. Valid values are: C<"BASIC">, C<"OAUTH_CLIENT_CREDENTIALS">, C<"API_KEY"> =head2 AuthParameters => L The parameters to use for authorization for the connection. =head2 ConnectionArn => Str The ARN of the connection retrieved. =head2 ConnectionState => Str The state of the connection retrieved. Valid values are: C<"CREATING">, C<"UPDATING">, C<"DELETING">, C<"AUTHORIZED">, C<"DEAUTHORIZED">, C<"AUTHORIZING">, C<"DEAUTHORIZING"> =head2 CreationTime => Str A time stamp for the time that the connection was created. =head2 Description => Str The description for the connection retrieved. =head2 LastAuthorizedTime => Str A time stamp for the time that the connection was last authorized. =head2 LastModifiedTime => Str A time stamp for the time that the connection was last modified. =head2 Name => Str The name of the connection retrieved. =head2 SecretArn => Str The ARN of the secret created from the authorization parameters specified for the connection. =head2 StateReason => Str The reason that the connection is in the current connection state. =head2 _request_id => Str =cut 1;