Class: Aws::Types::CreateSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ Types::SessionCommand
Returns the value of attribute command.
-
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
-
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#idle_timeout ⇒ ::Integer
Returns the value of attribute idle_timeout.
-
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#session_type ⇒ "LIVY", "SPARK_CONNECT"
Returns the value of attribute session_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#command ⇒ Types::SessionCommand
Returns the value of attribute command.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def command @command end |
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def connections @connections end |
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def default_arguments @default_arguments end |
#description ⇒ ::String
Returns the value of attribute description.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def description @description end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def glue_version @glue_version end |
#id ⇒ ::String
Returns the value of attribute id.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def id @id end |
#idle_timeout ⇒ ::Integer
Returns the value of attribute idle_timeout.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def idle_timeout @idle_timeout end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def max_capacity @max_capacity end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def number_of_workers @number_of_workers end |
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def request_origin @request_origin end |
#role ⇒ ::String
Returns the value of attribute role.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def role @role end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def security_configuration @security_configuration end |
#session_type ⇒ "LIVY", "SPARK_CONNECT"
Returns the value of attribute session_type.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def session_type @session_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def @tags end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def timeout @timeout end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def worker_type @worker_type end |