Class: Aws::GlueDataBrew::Types::StartProjectSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StartProjectSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assume_control ⇒ Boolean
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
-
#name ⇒ String
The name of the project to act upon.
Instance Attribute Details
#assume_control ⇒ Boolean
A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.
3594 3595 3596 3597 3598 3599 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3594 class StartProjectSessionRequest < Struct.new( :name, :assume_control) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project to act upon.
3594 3595 3596 3597 3598 3599 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3594 class StartProjectSessionRequest < Struct.new( :name, :assume_control) SENSITIVE = [] include Aws::Structure end |