Class: Aws::Drs::Types::PutLaunchActionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::PutLaunchActionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
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.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Launch configuration template Id or Source Server Id.
 
Instance Attribute Details
#action_code ⇒ String
Launch action code.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#action_id ⇒ String
Launch action Id.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#action_version ⇒ String
Launch action version.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#active ⇒ Boolean
Whether the launch action is active.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#category ⇒ String
Launch action category.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
Launch action description.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
Launch action name.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#optional ⇒ Boolean
Whether the launch will not be marked as failed if this action fails.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#order ⇒ Integer
Launch action order.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#parameters ⇒ Hash<String,Types::LaunchActionParameter>
Launch action parameters.
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
Launch configuration template Id or Source Server Id
      2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2174 class PutLaunchActionRequest < Struct.new( :action_code, :action_id, :action_version, :active, :category, :description, :name, :optional, :order, :parameters, :resource_id) SENSITIVE = [] include Aws::Structure end  |