Class: Aws::GlueDataBrew::Types::SendProjectSessionActionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idInteger

A unique identifier for the action that was performed.

Returns:

  • (Integer)


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

#nameString

The name of the project that was affected by the action.

Returns:

  • (String)


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

#resultString

A message indicating the result of performing the action.

Returns:

  • (String)


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