Class: Aws::Types::StartProjectSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartProjectSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_session_id ⇒ ::String
Returns the value of attribute client_session_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_session_id ⇒ ::String
Returns the value of attribute client_session_id.
914 915 916 |
# File 'sig/types.rbs', line 914 def client_session_id @client_session_id end |
#name ⇒ ::String
Returns the value of attribute name.
913 914 915 |
# File 'sig/types.rbs', line 913 def name @name end |