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::SSM::GetMaintenanceWindowTaskResult; use Moose; has Description => (is => 'ro', isa => 'Str'); has LoggingInfo => (is => 'ro', isa => 'Paws::SSM::LoggingInfo'); has MaxConcurrency => (is => 'ro', isa => 'Str'); has MaxErrors => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has Priority => (is => 'ro', isa => 'Int'); has ServiceRoleArn => (is => 'ro', isa => 'Str'); has Targets => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Target]'); has TaskArn => (is => 'ro', isa => 'Str'); has TaskInvocationParameters => (is => 'ro', isa => 'Paws::SSM::MaintenanceWindowTaskInvocationParameters'); has TaskParameters => (is => 'ro', isa => 'Paws::SSM::MaintenanceWindowTaskParameters'); has TaskType => (is => 'ro', isa => 'Str'); has WindowId => (is => 'ro', isa => 'Str'); has WindowTaskId => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SSM::GetMaintenanceWindowTaskResult =head1 ATTRIBUTES =head2 Description => Str The retrieved task description. =head2 LoggingInfo => L The location in Amazon S3 where the task results are logged. C has been deprecated. To specify an S3 bucket to contain logs, instead use the C and C options in the C structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. =head2 MaxConcurrency => Str The maximum number of targets allowed to run this task in parallel. For maintenance window tasks without a target specified, you cannot supply a value for this option. Instead, the system inserts a placeholder value of C<1>, which may be reported in the response to this command. This value does not affect the running of your task and can be ignored. =head2 MaxErrors => Str The maximum number of errors allowed before the task stops being scheduled. For maintenance window tasks without a target specified, you cannot supply a value for this option. Instead, the system inserts a placeholder value of C<1>, which may be reported in the response to this command. This value does not affect the running of your task and can be ignored. =head2 Name => Str The retrieved task name. =head2 Priority => Int The priority of the task when it runs. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel. =head2 ServiceRoleArn => Str The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks. =head2 Targets => ArrayRef[L] The targets where the task should run. =head2 TaskArn => Str The resource that the task used during execution. For RUN_COMMAND and AUTOMATION task types, the TaskArn is the Systems Manager Document name/ARN. For LAMBDA tasks, the value is the function name/ARN. For STEP_FUNCTIONS tasks, the value is the state machine ARN. =head2 TaskInvocationParameters => L The parameters to pass to the task when it runs. =head2 TaskParameters => L The parameters to pass to the task when it runs. C has been deprecated. To specify parameters to pass to a task when it runs, instead use the C option in the C structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters. =head2 TaskType => Str The type of task to run. Valid values are: C<"RUN_COMMAND">, C<"AUTOMATION">, C<"STEP_FUNCTIONS">, C<"LAMBDA"> =head2 WindowId => Str The retrieved maintenance window ID. =head2 WindowTaskId => Str The retrieved maintenance window task ID. =head2 _request_id => Str =cut 1;