Class: Aws::Signer::Types::StartSigningJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of your signing job.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1631

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

#job_ownerString

The AWS account ID of the signing job owner.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1631

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