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::WorkLink::DescribeFleetMetadataResponse; use Moose; has CompanyCode => (is => 'ro', isa => 'Str'); has CreatedTime => (is => 'ro', isa => 'Str'); has DisplayName => (is => 'ro', isa => 'Str'); has FleetName => (is => 'ro', isa => 'Str'); has FleetStatus => (is => 'ro', isa => 'Str'); has LastUpdatedTime => (is => 'ro', isa => 'Str'); has OptimizeForEndUserLocation => (is => 'ro', isa => 'Bool'); has Tags => (is => 'ro', isa => 'Paws::WorkLink::TagMap'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::WorkLink::DescribeFleetMetadataResponse =head1 ATTRIBUTES =head2 CompanyCode => Str The identifier used by users to sign in to the Amazon WorkLink app. =head2 CreatedTime => Str The time that the fleet was created. =head2 DisplayName => Str The name to display. =head2 FleetName => Str The name of the fleet. =head2 FleetStatus => Str The current state of the fleet. Valid values are: C<"CREATING">, C<"ACTIVE">, C<"DELETING">, C<"DELETED">, C<"FAILED_TO_CREATE">, C<"FAILED_TO_DELETE"> =head2 LastUpdatedTime => Str The time that the fleet was last updated. =head2 OptimizeForEndUserLocation => Bool The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region. =head2 Tags => L The tags attached to the resource. A tag is a key-value pair. =head2 _request_id => Str =cut