Class: Aws::GlueDataBrew::Types::StartProjectSessionRequest

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

#assume_controlBoolean

A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

Returns:

  • (Boolean)


3594
3595
3596
3597
3598
3599
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3594

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

#nameString

The name of the project to act upon.

Returns:

  • (String)


3594
3595
3596
3597
3598
3599
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3594

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