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::RedShift::EndpointAccess; use Moose; has Address => (is => 'ro', isa => 'Str'); has ClusterIdentifier => (is => 'ro', isa => 'Str'); has EndpointCreateTime => (is => 'ro', isa => 'Str'); has EndpointName => (is => 'ro', isa => 'Str'); has EndpointStatus => (is => 'ro', isa => 'Str'); has Port => (is => 'ro', isa => 'Int'); has ResourceOwner => (is => 'ro', isa => 'Str'); has SubnetGroupName => (is => 'ro', isa => 'Str'); has VpcEndpoint => (is => 'ro', isa => 'Paws::RedShift::VpcEndpoint'); has VpcSecurityGroups => (is => 'ro', isa => 'ArrayRef[Paws::RedShift::VpcSecurityGroupMembership]', request_name => 'VpcSecurityGroup', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::RedShift::EndpointAccess =head1 ATTRIBUTES =head2 Address => Str The DNS address of the endpoint. =head2 ClusterIdentifier => Str The cluster identifier of the cluster associated with the endpoint. =head2 EndpointCreateTime => Str The time (UTC) that the endpoint was created. =head2 EndpointName => Str The name of the endpoint. =head2 EndpointStatus => Str The status of the endpoint. =head2 Port => Int The port number on which the cluster accepts incoming connections. =head2 ResourceOwner => Str The AWS account ID of the owner of the cluster. =head2 SubnetGroupName => Str The subnet group name where Amazon Redshift chooses to deploy the endpoint. =head2 VpcEndpoint => L =head2 VpcSecurityGroups => ArrayRef[L] The security groups associated with the endpoint. =head2 _request_id => Str =cut