Class: Aws::Types::StartSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#engine_configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute engine_configurations.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#monitoring_configuration ⇒ Types::SessionMonitoringConfiguration
Returns the value of attribute monitoring_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def client_request_token @client_request_token end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def cluster_id @cluster_id end |
#engine_configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute engine_configurations.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def engine_configurations @engine_configurations end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def execution_role_arn @execution_role_arn end |
#monitoring_configuration ⇒ Types::SessionMonitoringConfiguration
Returns the value of attribute monitoring_configuration.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def monitoring_configuration @monitoring_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def name @name end |
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def session_idle_timeout_in_minutes @session_idle_timeout_in_minutes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def @tags end |