Class: Aws::Types::StartSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration_overrides ⇒ Types::SessionConfigurationOverrides
Returns the value of attribute configuration_overrides.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#idle_timeout_minutes ⇒ ::Integer
Returns the value of attribute idle_timeout_minutes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
593 594 595 |
# File 'sig/types.rbs', line 593 def application_id @application_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
594 595 596 |
# File 'sig/types.rbs', line 594 def client_token @client_token end |
#configuration_overrides ⇒ Types::SessionConfigurationOverrides
Returns the value of attribute configuration_overrides.
596 597 598 |
# File 'sig/types.rbs', line 596 def configuration_overrides @configuration_overrides end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def execution_role_arn @execution_role_arn end |
#idle_timeout_minutes ⇒ ::Integer
Returns the value of attribute idle_timeout_minutes.
598 599 600 |
# File 'sig/types.rbs', line 598 def idle_timeout_minutes @idle_timeout_minutes end |
#name ⇒ ::String
Returns the value of attribute name.
599 600 601 |
# File 'sig/types.rbs', line 599 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
597 598 599 |
# File 'sig/types.rbs', line 597 def @tags end |