Class: Aws::CodePipeline::Types::GetThirdPartyJobDetailsInput

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

Overview

Represents the input of a GetThirdPartyJobDetails action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2031

class GetThirdPartyJobDetailsInput < Struct.new(
  :job_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique system-generated ID used for identifying the job.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2031

class GetThirdPartyJobDetailsInput < Struct.new(
  :job_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end