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::GroundStation::DescribeContactResponse; use Moose; has ContactId => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'contactId'); has ContactStatus => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'contactStatus'); has DataflowList => (is => 'ro', isa => 'ArrayRef[Paws::GroundStation::DataflowDetail]', traits => ['NameInRequest'], request_name => 'dataflowList'); has EndTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'endTime'); has ErrorMessage => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'errorMessage'); has GroundStation => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'groundStation'); has MaximumElevation => (is => 'ro', isa => 'Paws::GroundStation::Elevation', traits => ['NameInRequest'], request_name => 'maximumElevation'); has MissionProfileArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'missionProfileArn'); has PostPassEndTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'postPassEndTime'); has PrePassStartTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'prePassStartTime'); has Region => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'region'); has SatelliteArn => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'satelliteArn'); has StartTime => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'startTime'); has Tags => (is => 'ro', isa => 'Paws::GroundStation::TagsMap', traits => ['NameInRequest'], request_name => 'tags'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::GroundStation::DescribeContactResponse =head1 ATTRIBUTES =head2 ContactId => Str UUID of a contact. =head2 ContactStatus => Str Status of a contact. Valid values are: C<"AVAILABLE">, C<"AWS_CANCELLED">, C<"AWS_FAILED">, C<"CANCELLED">, C<"CANCELLING">, C<"COMPLETED">, C<"FAILED">, C<"FAILED_TO_SCHEDULE">, C<"PASS">, C<"POSTPASS">, C<"PREPASS">, C<"SCHEDULED">, C<"SCHEDULING"> =head2 DataflowList => ArrayRef[L] List describing source and destination details for each dataflow edge. =head2 EndTime => Str End time of a contact. =head2 ErrorMessage => Str Error message for a contact. =head2 GroundStation => Str Ground station for a contact. =head2 MaximumElevation => L Maximum elevation angle of a contact. =head2 MissionProfileArn => Str ARN of a mission profile. =head2 PostPassEndTime => Str Amount of time after a contact ends that youEd like to receive a CloudWatch event indicating the pass has finished. =head2 PrePassStartTime => Str Amount of time prior to contact start youEd like to receive a CloudWatch event indicating an upcoming pass. =head2 Region => Str Region of a contact. =head2 SatelliteArn => Str ARN of a satellite. =head2 StartTime => Str Start time of a contact. =head2 Tags => L Tags assigned to a contact. =head2 _request_id => Str =cut