Class: Aws::Drs::Types::LaunchActionParameter
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::LaunchActionParameter
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Launch action parameter.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Value.
 
Instance Attribute Details
#type ⇒ String
Type.
      1510 1511 1512 1513 1514 1515  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1510 class LaunchActionParameter < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
Value.
      1510 1511 1512 1513 1514 1515  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1510 class LaunchActionParameter < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end  |