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::Datasync::DescribeAgentResponse; use Moose; has AgentArn => (is => 'ro', isa => 'Str'); has CreationTime => (is => 'ro', isa => 'Str'); has EndpointType => (is => 'ro', isa => 'Str'); has LastConnectionTime => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has PrivateLinkConfig => (is => 'ro', isa => 'Paws::Datasync::PrivateLinkConfig'); has Status => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Datasync::DescribeAgentResponse =head1 ATTRIBUTES =head2 AgentArn => Str The Amazon Resource Name (ARN) of the agent. =head2 CreationTime => Str The time that the agent was activated (that is, created in your account). =head2 EndpointType => Str The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet. Valid values are: C<"PUBLIC">, C<"PRIVATE_LINK">, C<"FIPS"> =head2 LastConnectionTime => Str The time that the agent last connected to DataSync. =head2 Name => Str The name of the agent. =head2 PrivateLinkConfig => L The subnet and the security group that DataSync used to access a VPC endpoint. =head2 Status => Str The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status. Valid values are: C<"ONLINE">, C<"OFFLINE"> =head2 _request_id => Str =cut 1;