Class: Aws::CodePipeline::Types::JobData
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::JobData
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents other information about a job required for a job worker to complete the job.
Constant Summary collapse
- SENSITIVE =
[:artifact_credentials]
Instance Attribute Summary collapse
-
#action_configuration ⇒ Types::ActionConfiguration
Represents information about an action configuration.
-
#action_type_id ⇒ Types::ActionTypeId
Represents information about an action type.
-
#artifact_credentials ⇒ Types::AWSSessionCredentials
Represents an Amazon Web Services session credentials object.
-
#continuation_token ⇒ String
A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.
-
#encryption_key ⇒ Types::EncryptionKey
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
-
#input_artifacts ⇒ Array<Types::Artifact>
The artifact supplied to the job.
-
#output_artifacts ⇒ Array<Types::Artifact>
The output of the job.
-
#pipeline_context ⇒ Types::PipelineContext
Represents information about a pipeline to a job worker.
Instance Attribute Details
#action_configuration ⇒ Types::ActionConfiguration
Represents information about an action configuration.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#action_type_id ⇒ Types::ActionTypeId
Represents information about an action type.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#artifact_credentials ⇒ Types::AWSSessionCredentials
Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in CodePipeline.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#continuation_token ⇒ String
A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#encryption_key ⇒ Types::EncryptionKey
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#input_artifacts ⇒ Array<Types::Artifact>
The artifact supplied to the job.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#output_artifacts ⇒ Array<Types::Artifact>
The output of the job.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |
#pipeline_context ⇒ Types::PipelineContext
Represents information about a pipeline to a job worker.
pipelineArn
and pipelineExecutionId
for custom jobs.
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2557 class JobData < Struct.new( :action_type_id, :action_configuration, :pipeline_context, :input_artifacts, :output_artifacts, :artifact_credentials, :continuation_token, :encryption_key) SENSITIVE = [:artifact_credentials] include Aws::Structure end |