Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute client_ip_addresses.
-
#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
#client_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute client_ip_addresses.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def client_ip_addresses @client_ip_addresses end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def end_time @end_time end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def portal_arn @portal_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def session_id @session_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def start_time @start_time end |
#status ⇒ "Active", "Terminated"
Returns the value of attribute status.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def status @status end |
#username ⇒ ::String
Returns the value of attribute username.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def username @username end |