Class: Aws::CodePipeline::Types::GetThirdPartyJobDetailsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetThirdPartyJobDetailsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘GetThirdPartyJobDetails` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
-
#job_id ⇒ String
The unique system-generated ID used for identifying the job.
Instance Attribute Details
#client_token ⇒ String
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2153 class GetThirdPartyJobDetailsInput < Struct.new( :job_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique system-generated ID used for identifying the job.
2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2153 class GetThirdPartyJobDetailsInput < Struct.new( :job_id, :client_token) SENSITIVE = [] include Aws::Structure end |