Class: Aws::Signer::Types::StartSigningJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


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

#destinationTypes::Destination

The S3 bucket in which to save your signed object. The destination contains the name of your bucket and an optional prefix.

Returns:



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_nameString

The name of the signing profile.

Returns:

  • (String)


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_ownerString

The AWS account ID of the signing profile owner.

Returns:

  • (String)


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

#sourceTypes::Source

The S3 bucket that contains the object to sign or a BLOB that contains your raw code.

Returns:



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