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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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>)


495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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:



495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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)


495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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)


495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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>)


495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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)


495
496
497
498
499
500
501
502
503
504
505
# File 'lib/aws-sdk-codepipeline/types.rb', line 495

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