You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::SigningProfileParameter
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::SigningProfileParameter
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing SigningProfileParameter as input to an Aws::Client method, you can use a vanilla Hash:
{
  certificate_arn: "CertificateArn",
  platform: "Platform",
  certificate_path_on_device: "CertificatePathOnDevice",
}
Describes the code-signing profile.
Returned by:
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.
#certificate_path_on_device ⇒ String
The location of the code-signing certificate on your device.
#platform ⇒ String
The hardware platform of your device.