Class: Aws::GlueDataBrew::Types::StartProjectSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StartProjectSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_session_id]
Instance Attribute Summary collapse
-
#client_session_id ⇒ String
A system-generated identifier for the session.
-
#name ⇒ String
The name of the project to be acted upon.
Instance Attribute Details
#client_session_id ⇒ String
A system-generated identifier for the session.
3611 3612 3613 3614 3615 3616 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3611 class StartProjectSessionResponse < Struct.new( :name, :client_session_id) SENSITIVE = [:client_session_id] include Aws::Structure end |
#name ⇒ String
The name of the project to be acted upon.
3611 3612 3613 3614 3615 3616 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3611 class StartProjectSessionResponse < Struct.new( :name, :client_session_id) SENSITIVE = [:client_session_id] include Aws::Structure end |