Class: Aws::Signer::Types::StartSigningJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::StartSigningJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
String that identifies the signing request.
-
#destination ⇒ Types::Destination
The S3 bucket in which to save your signed object.
-
#profile_name ⇒ String
The name of the signing profile.
-
#profile_owner ⇒ String
The AWS account ID of the signing profile owner.
-
#source ⇒ Types::Source
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
Instance Attribute Details
#client_request_token ⇒ String
String that identifies the signing request. All calls after the first that use this token return the same response as the first call.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1630 1631 1632 1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-signer/types.rb', line 1630 class StartSigningJobRequest < Struct.new( :source, :destination, :profile_name, :client_request_token, :profile_owner) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ Types::Destination
The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.
1630 1631 1632 1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-signer/types.rb', line 1630 class StartSigningJobRequest < Struct.new( :source, :destination, :profile_name, :client_request_token, :profile_owner) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the signing profile.
1630 1631 1632 1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-signer/types.rb', line 1630 class StartSigningJobRequest < Struct.new( :source, :destination, :profile_name, :client_request_token, :profile_owner) SENSITIVE = [] include Aws::Structure end |
#profile_owner ⇒ String
The AWS account ID of the signing profile owner.
1630 1631 1632 1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-signer/types.rb', line 1630 class StartSigningJobRequest < Struct.new( :source, :destination, :profile_name, :client_request_token, :profile_owner) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
The S3 bucket that contains the object to sign or a BLOB that contains your raw code.
1630 1631 1632 1633 1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-signer/types.rb', line 1630 class StartSigningJobRequest < Struct.new( :source, :destination, :profile_name, :client_request_token, :profile_owner) SENSITIVE = [] include Aws::Structure end |