Class: Aws::CodePipeline::Types::ActionExecutionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Input information used for an action execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:



507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#configurationHash<String,String>

Configuration data for an action execution.

Returns:

  • (Hash<String,String>)


507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#input_artifactsArray<Types::ArtifactDetail>

Details of input artifacts of the action that correspond to the action execution.

Returns:



507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

Returns:

  • (String)


507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region for the action, such as us-east-1.

Returns:

  • (String)


507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#resolved_configurationHash<String,String>

Configuration data for an action execution with all variable references replaced with their real values for the execution.

Returns:

  • (Hash<String,String>)


507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

Returns:

  • (String)


507
508
509
510
511
512
513
514
515
516
517
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 507

class ActionExecutionInput < Struct.new(
  :action_type_id,
  :configuration,
  :resolved_configuration,
  :role_arn,
  :region,
  :input_artifacts,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end