Class: Aws::IoT::Types::SigningProfileParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::SigningProfileParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes the code-signing profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
Certificate ARN.
-
#certificate_path_on_device ⇒ String
The location of the code-signing certificate on your device.
-
#platform ⇒ String
The hardware platform of your device.
Instance Attribute Details
#certificate_arn ⇒ String
Certificate ARN.
15216 15217 15218 15219 15220 15221 15222 |
# File 'lib/aws-sdk-iot/types.rb', line 15216 class SigningProfileParameter < Struct.new( :certificate_arn, :platform, :certificate_path_on_device) SENSITIVE = [] include Aws::Structure end |
#certificate_path_on_device ⇒ String
The location of the code-signing certificate on your device.
15216 15217 15218 15219 15220 15221 15222 |
# File 'lib/aws-sdk-iot/types.rb', line 15216 class SigningProfileParameter < Struct.new( :certificate_arn, :platform, :certificate_path_on_device) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The hardware platform of your device.
15216 15217 15218 15219 15220 15221 15222 |
# File 'lib/aws-sdk-iot/types.rb', line 15216 class SigningProfileParameter < Struct.new( :certificate_arn, :platform, :certificate_path_on_device) SENSITIVE = [] include Aws::Structure end |