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` # Generated by default/object.tt package Paws::CodePipeline::ActionExecutionInput; use Moose; has ActionTypeId => (is => 'ro', isa => 'Paws::CodePipeline::ActionTypeId', request_name => 'actionTypeId', traits => ['NameInRequest']); has Configuration => (is => 'ro', isa => 'Paws::CodePipeline::ActionConfigurationMap', request_name => 'configuration', traits => ['NameInRequest']); has InputArtifacts => (is => 'ro', isa => 'ArrayRef[Paws::CodePipeline::ArtifactDetail]', request_name => 'inputArtifacts', traits => ['NameInRequest']); has Namespace => (is => 'ro', isa => 'Str', request_name => 'namespace', traits => ['NameInRequest']); has Region => (is => 'ro', isa => 'Str', request_name => 'region', traits => ['NameInRequest']); has ResolvedConfiguration => (is => 'ro', isa => 'Paws::CodePipeline::ResolvedActionConfigurationMap', request_name => 'resolvedConfiguration', traits => ['NameInRequest']); has RoleArn => (is => 'ro', isa => 'Str', request_name => 'roleArn', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::CodePipeline::ActionExecutionInput =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CodePipeline::ActionExecutionInput object: $service_obj->Method(Att1 => { ActionTypeId => $value, ..., RoleArn => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodePipeline::ActionExecutionInput object: $result = $service_obj->Method(...); $result->Att1->ActionTypeId =head1 DESCRIPTION Input information used for an action execution. =head1 ATTRIBUTES =head2 ActionTypeId => L =head2 Configuration => L Configuration data for an action execution. =head2 InputArtifacts => ArrayRef[L] Details of input artifacts of the action that correspond to the action execution. =head2 Namespace => Str The variable namespace associated with the action. All variables produced as output by this action fall under this namespace. =head2 Region => Str The AWS Region for the action, such as us-east-1. =head2 ResolvedConfiguration => L Configuration data for an action execution with all variable references replaced with their real values for the execution. =head2 RoleArn => Str The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut