Class: Aws::SageMaker::Types::UpdateActionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateActionRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the action to update.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new description for the action.
 - 
  
    
      #properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new list of properties.
 - 
  
    
      #properties_to_remove  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of properties to remove.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new status for the action.
 
Instance Attribute Details
#action_name ⇒ String
The name of the action to update.
      47133 47134 47135 47136 47137 47138 47139 47140 47141  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47133 class UpdateActionRequest < Struct.new( :action_name, :description, :status, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The new description for the action.
      47133 47134 47135 47136 47137 47138 47139 47140 47141  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47133 class UpdateActionRequest < Struct.new( :action_name, :description, :status, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#properties ⇒ Hash<String,String>
The new list of properties. Overwrites the current property list.
      47133 47134 47135 47136 47137 47138 47139 47140 47141  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47133 class UpdateActionRequest < Struct.new( :action_name, :description, :status, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#properties_to_remove ⇒ Array<String>
A list of properties to remove.
      47133 47134 47135 47136 47137 47138 47139 47140 47141  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47133 class UpdateActionRequest < Struct.new( :action_name, :description, :status, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The new status for the action.
      47133 47134 47135 47136 47137 47138 47139 47140 47141  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47133 class UpdateActionRequest < Struct.new( :action_name, :description, :status, :properties, :properties_to_remove) SENSITIVE = [] include Aws::Structure end  |