Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#engine_configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute engine_configurations.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#idle_since ⇒ ::Time
Returns the value of attribute idle_since.
-
#monitoring_configuration ⇒ Types::SessionMonitoringConfiguration
Returns the value of attribute monitoring_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#server_url ⇒ ::String
Returns the value of attribute server_url.
-
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def arn @arn end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def cluster_id @cluster_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def ended_at @ended_at end |
#engine_configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute engine_configurations.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def engine_configurations @engine_configurations end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def execution_role_arn @execution_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def id @id end |
#idle_since ⇒ ::Time
Returns the value of attribute idle_since.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def idle_since @idle_since end |
#monitoring_configuration ⇒ Types::SessionMonitoringConfiguration
Returns the value of attribute monitoring_configuration.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def monitoring_configuration @monitoring_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def release_label @release_label end |
#server_url ⇒ ::String
Returns the value of attribute server_url.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def server_url @server_url end |
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def session_idle_timeout_in_minutes @session_idle_timeout_in_minutes end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def started_at @started_at end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def state @state end |
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def state_change_reason @state_change_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def updated_at @updated_at end |