Class: Aws::Signer::Types::SigningPlatform
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::SigningPlatform
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
Contains information about the signing configurations and parameters that are used to perform a code-signing job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #category  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The category of a signing platform.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of a signing platform.
 - 
  
    
      #max_size_in_mb  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum size (in MB) of code that can be signed by a signing platform.
 - 
  
    
      #partner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any partner entities linked to a signing platform.
 - 
  
    
      #platform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a signing platform.
 - 
  
    
      #revocation_supported  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether revocation is supported for the platform.
 - 
  
    
      #signing_configuration  ⇒ Types::SigningConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration of a signing platform.
 - 
  
    
      #signing_image_format  ⇒ Types::SigningImageFormat 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The image format of a AWS Signer platform or profile.
 - 
  
    
      #target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The types of targets that can be signed by a signing platform.
 
Instance Attribute Details
#category ⇒ String
The category of a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The display name of a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#max_size_in_mb ⇒ Integer
The maximum size (in MB) of code that can be signed by a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#partner ⇒ String
Any partner entities linked to a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_id ⇒ String
The ID of a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#revocation_supported ⇒ Boolean
Indicates whether revocation is supported for the platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#signing_configuration ⇒ Types::SigningConfiguration
The configuration of a signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#signing_image_format ⇒ Types::SigningImageFormat
The image format of a AWS Signer platform or profile.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  | 
  
#target ⇒ String
The types of targets that can be signed by a signing platform.
      1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1455 class SigningPlatform < Struct.new( :platform_id, :display_name, :partner, :target, :category, :signing_configuration, :signing_image_format, :max_size_in_mb, :revocation_supported) SENSITIVE = [] include Aws::Structure end  |