Class: Aws::IoT::Types::SigningProfileParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes the code-signing profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

Certificate ARN.

Returns:

  • (String)


13871
13872
13873
13874
13875
13876
13877
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13871

class SigningProfileParameter < Struct.new(
  :certificate_arn,
  :platform,
  :certificate_path_on_device)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_path_on_deviceString

The location of the code-signing certificate on your device.

Returns:

  • (String)


13871
13872
13873
13874
13875
13876
13877
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13871

class SigningProfileParameter < Struct.new(
  :certificate_arn,
  :platform,
  :certificate_path_on_device)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The hardware platform of your device.

Returns:

  • (String)


13871
13872
13873
13874
13875
13876
13877
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13871

class SigningProfileParameter < Struct.new(
  :certificate_arn,
  :platform,
  :certificate_path_on_device)
  SENSITIVE = []
  include Aws::Structure
end