Class: Aws::Types::StartSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
604 605 606 |
# File 'sig/types.rbs', line 604 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def arn @arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def session_id @session_id end |