Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "Standard", "JustInTime"
Returns the value of attribute access_type.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#max_session_duration ⇒ ::String
Returns the value of attribute max_session_duration.
-
#output_url ⇒ Types::SessionManagerOutputUrl
Returns the value of attribute output_url.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ "Connected", ...
Returns the value of attribute status.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#access_type ⇒ "Standard", "JustInTime"
Returns the value of attribute access_type.
4110 4111 4112 |
# File 'sig/types.rbs', line 4110 def access_type @access_type end |
#details ⇒ ::String
Returns the value of attribute details.
4107 4108 4109 |
# File 'sig/types.rbs', line 4107 def details @details end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
4104 4105 4106 |
# File 'sig/types.rbs', line 4104 def document_name @document_name end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
4103 4104 4105 |
# File 'sig/types.rbs', line 4103 def end_date @end_date end |
#max_session_duration ⇒ ::String
Returns the value of attribute max_session_duration.
4109 4110 4111 |
# File 'sig/types.rbs', line 4109 def max_session_duration @max_session_duration end |
#output_url ⇒ Types::SessionManagerOutputUrl
Returns the value of attribute output_url.
4108 4109 4110 |
# File 'sig/types.rbs', line 4108 def output_url @output_url end |
#owner ⇒ ::String
Returns the value of attribute owner.
4105 4106 4107 |
# File 'sig/types.rbs', line 4105 def owner @owner end |
#reason ⇒ ::String
Returns the value of attribute reason.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def reason @reason end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
4099 4100 4101 |
# File 'sig/types.rbs', line 4099 def session_id @session_id end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
4102 4103 4104 |
# File 'sig/types.rbs', line 4102 def start_date @start_date end |
#status ⇒ "Connected", ...
Returns the value of attribute status.
4101 4102 4103 |
# File 'sig/types.rbs', line 4101 def status @status end |
#target ⇒ ::String
Returns the value of attribute target.
4100 4101 4102 |
# File 'sig/types.rbs', line 4100 def target @target end |