Class: Aws::GlueDataBrew::Types::SendProjectSessionActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::SendProjectSessionActionResponse
- Includes:
- Structure
- Defined in:
- 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 '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 '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 'lib/aws-sdk-gluedatabrew/types.rb', line 3538 class SendProjectSessionActionResponse < Struct.new( :result, :name, :action_id) SENSITIVE = [] include Aws::Structure end |