Class: Aws::Signer::Types::GetSigningPlatformRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Signer::Types::GetSigningPlatformRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-signer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #platform_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the target signing platform.
 
Instance Attribute Details
#platform_id ⇒ String
The ID of the target signing platform.
      380 381 382 383 384  | 
    
      # File 'lib/aws-sdk-signer/types.rb', line 380 class GetSigningPlatformRequest < Struct.new( :platform_id) SENSITIVE = [] include Aws::Structure end  |