Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#connection_state ⇒ "CONNECTED", "NOT_CONNECTED"
Returns the value of attribute connection_state.
-
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instance_drain_status ⇒ "ACTIVE", ...
Returns the value of attribute instance_drain_status.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_expiration_time ⇒ ::Time
Returns the value of attribute max_expiration_time.
-
#network_access_configuration ⇒ Types::NetworkAccessConfiguration
Returns the value of attribute network_access_configuration.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def authentication_type @authentication_type end |
#connection_state ⇒ "CONNECTED", "NOT_CONNECTED"
Returns the value of attribute connection_state.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def connection_state @connection_state end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def fleet_name @fleet_name end |
#id ⇒ ::String
Returns the value of attribute id.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def id @id end |
#instance_drain_status ⇒ "ACTIVE", ...
Returns the value of attribute instance_drain_status.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def instance_drain_status @instance_drain_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def instance_id @instance_id end |
#max_expiration_time ⇒ ::Time
Returns the value of attribute max_expiration_time.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def max_expiration_time @max_expiration_time end |
#network_access_configuration ⇒ Types::NetworkAccessConfiguration
Returns the value of attribute network_access_configuration.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def network_access_configuration @network_access_configuration end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def stack_name @stack_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def start_time @start_time end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def state @state end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def user_id @user_id end |