Class: Aws::SageMaker::Types::DescribeActionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeActionRequest
 
 
- 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 describe.
 
Instance Attribute Details
#action_name ⇒ String
The name of the action to describe.
      12835 12836 12837 12838 12839  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12835 class DescribeActionRequest < Struct.new( :action_name) SENSITIVE = [] include Aws::Structure end  |