Class: Aws::GlueDataBrew::Types::SendProjectSessionActionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GlueDataBrew::Types::SendProjectSessionActionResponse
 
 
- Defined in:
 - gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the action that was performed.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the project that was affected by the action.
 - 
  
    
      #result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message indicating the result of performing the action.
 
Instance Attribute Details
#action_id ⇒ Integer
A unique identifier for the action that was performed.
      3538 3539 3540 3541 3542 3543 3544  | 
    
      # File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3538 class SendProjectSessionActionResponse < Struct.new( :result, :name, :action_id) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the project that was affected by the action.
      3538 3539 3540 3541 3542 3543 3544  | 
    
      # File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3538 class SendProjectSessionActionResponse < Struct.new( :result, :name, :action_id) SENSITIVE = [] include Aws::Structure end  | 
  
#result ⇒ String
A message indicating the result of performing the action.
      3538 3539 3540 3541 3542 3543 3544  | 
    
      # File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3538 class SendProjectSessionActionResponse < Struct.new( :result, :name, :action_id) SENSITIVE = [] include Aws::Structure end  |