Class: Aws::Amplify::Types::GetJobRequest

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

Overview

The request structure for the get job request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1671

class GetJobRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#branch_nameString

The name of the branch to use for the job.

Returns:

  • (String)


1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1671

class GetJobRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique ID for the job.

Returns:

  • (String)


1671
1672
1673
1674
1675
1676
1677
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1671

class GetJobRequest < Struct.new(
  :app_id,
  :branch_name,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end