Class: Aws::Drs::Types::LaunchAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::LaunchAction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Launch action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action code.
 - 
  
    
      #action_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action Id.
 - 
  
    
      #action_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action version.
 - 
  
    
      #active  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the launch action is active.
 - 
  
    
      #category  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action category.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action description.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action name.
 - 
  
    
      #optional  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the launch will not be marked as failed if this action fails.
 - 
  
    
      #order  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action order.
 - 
  
    
      #parameters  ⇒ Hash<String,Types::LaunchActionParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action parameters.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch action type.
 
Instance Attribute Details
#action_code ⇒ String
Launch action code.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#action_id ⇒ String
Launch action Id.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#action_version ⇒ String
Launch action version.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#active ⇒ Boolean
Whether the launch action is active.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#category ⇒ String
Launch action category.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Launch action description.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Launch action name.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#optional ⇒ Boolean
Whether the launch will not be marked as failed if this action fails.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#order ⇒ Integer
Launch action order.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#parameters ⇒ Hash<String,Types::LaunchActionParameter>
Launch action parameters.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
Launch action type.
      1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1482 class LaunchAction < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :type) SENSITIVE = [] include Aws::Structure end  |