Class: Aws::GlueDataBrew::Types::StartProjectSessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:client_session_id]

Instance Attribute Summary collapse

Instance Attribute Details

#client_session_idString

A system-generated identifier for the session.

Returns:

  • (String)


3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3611

class StartProjectSessionResponse < Struct.new(
  :name,
  :client_session_id)
  SENSITIVE = [:client_session_id]
  include Aws::Structure
end

#nameString

The name of the project to be acted upon.

Returns:

  • (String)


3611
3612
3613
3614
3615
3616
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3611

class StartProjectSessionResponse < Struct.new(
  :name,
  :client_session_id)
  SENSITIVE = [:client_session_id]
  include Aws::Structure
end