Class: Aws::Signer::Types::SignPayloadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SignPayloadResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
Unique identifier of the signing job.
-
#job_owner ⇒ String
The AWS account ID of the job owner.
-
#metadata ⇒ Hash<String,String>
Information including the signing profile ARN and the signing job ID.
-
#signature ⇒ String
A cryptographic signature.
Instance Attribute Details
#job_id ⇒ String
Unique identifier of the signing job.
1185 1186 1187 1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-signer/types.rb', line 1185 class SignPayloadResponse < Struct.new( :job_id, :job_owner, :metadata, :signature) SENSITIVE = [] include Aws::Structure end |
#job_owner ⇒ String
The AWS account ID of the job owner.
1185 1186 1187 1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-signer/types.rb', line 1185 class SignPayloadResponse < Struct.new( :job_id, :job_owner, :metadata, :signature) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Information including the signing profile ARN and the signing job ID.
1185 1186 1187 1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-signer/types.rb', line 1185 class SignPayloadResponse < Struct.new( :job_id, :job_owner, :metadata, :signature) SENSITIVE = [] include Aws::Structure end |
#signature ⇒ String
A cryptographic signature.
1185 1186 1187 1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-signer/types.rb', line 1185 class SignPayloadResponse < Struct.new( :job_id, :job_owner, :metadata, :signature) SENSITIVE = [] include Aws::Structure end |