Class: Aws::Types::SessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Active", "Terminated"
Returns the value of attribute status.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def end_time @end_time end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def portal_arn @portal_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def session_id @session_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def start_time @start_time end |
#status ⇒ "Active", "Terminated"
Returns the value of attribute status.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def status @status end |
#username ⇒ ::String
Returns the value of attribute username.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def username @username end |