Class: Aws::GlueDataBrew::Types::StartProjectSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::StartProjectSessionResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3192 class StartProjectSessionResponse < Struct.new( :name, :client_session_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the project to be acted upon.
3192 3193 3194 3195 3196 3197 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3192 class StartProjectSessionResponse < Struct.new( :name, :client_session_id) SENSITIVE = [] include Aws::Structure end |