Class: Aws::Signer::Types::SigningProfile
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::SigningProfile
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
Contains information about the ACM certificates and signing configuration parameters that can be used by a given code signing user.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the signing profile.
 - 
  
    
      #platform_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the signing platform.
 - 
  
    
      #platform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a platform that is available for use by a signing profile.
 - 
  
    
      #profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the signing profile.
 - 
  
    
      #profile_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of a signing profile.
 - 
  
    
      #profile_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of a signing profile, including the profile version.
 - 
  
    
      #signature_validity_period  ⇒ Types::SignatureValidityPeriod 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The validity period for a signing job created using this signing profile.
 - 
  
    
      #signing_material  ⇒ Types::SigningMaterial 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ACM certificate that is available for use by a signing profile.
 - 
  
    
      #signing_parameters  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The parameters that are available for use by a Signer user.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of a signing profile.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags associated with the signing profile.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_display_name ⇒ String
The name of the signing platform.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#platform_id ⇒ String
The ID of a platform that is available for use by a signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_name ⇒ String
The name of the signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_version ⇒ String
The version of a signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_version_arn ⇒ String
The ARN of a signing profile, including the profile version.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#signature_validity_period ⇒ Types::SignatureValidityPeriod
The validity period for a signing job created using this signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#signing_material ⇒ Types::SigningMaterial
The ACM certificate that is available for use by a signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#signing_parameters ⇒ Hash<String,String>
The parameters that are available for use by a Signer user.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of a signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A list of tags associated with the signing profile.
      1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 1546 class SigningProfile < Struct.new( :profile_name, :profile_version, :profile_version_arn, :signing_material, :signature_validity_period, :platform_id, :platform_display_name, :signing_parameters, :status, :arn, :tags) SENSITIVE = [] include Aws::Structure end  |