Method: Aws::IoT::Types::StartSigningJobParameter#signing_profile_parameter

Defined in:
lib/aws-sdk-iot/types.rb

#signing_profile_parameterTypes::SigningProfileParameter

Describes the code-signing profile.



15776
15777
15778
15779
15780
15781
15782
# File 'lib/aws-sdk-iot/types.rb', line 15776

class StartSigningJobParameter < Struct.new(
  :signing_profile_parameter,
  :signing_profile_name,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end