Class: Aws::Signer::Types::SignPayloadResponse

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

Unique identifier of the signing job.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1185

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

#job_ownerString

The AWS account ID of the job owner.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1185

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

#metadataHash<String,String>

Information including the signing profile ARN and the signing job ID.

Returns:

  • (Hash<String,String>)


1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1185

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

#signatureString

A cryptographic signature.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1185

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