Class: Aws::Types::Session
- Inherits:
-
Object
- Object
- Aws::Types::Session
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ Types::SessionCommand
Returns the value of attribute command.
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dpu_seconds ⇒ ::Float
Returns the value of attribute dpu_seconds.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#execution_time ⇒ ::Float
Returns the value of attribute execution_time.
-
#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.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#progress ⇒ ::Float
Returns the value of attribute progress.
-
#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.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
Instance Attribute Details
#command ⇒ Types::SessionCommand
Returns the value of attribute command.
6971 6972 6973 |
# File 'sig/types.rbs', line 6971 def command @command end |
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
6980 6981 6982 |
# File 'sig/types.rbs', line 6980 def completed_on @completed_on end |
#connections ⇒ Types::ConnectionsList
Returns the value of attribute connections.
6973 6974 6975 |
# File 'sig/types.rbs', line 6973 def connections @connections end |
#created_on ⇒ ::Time
Returns the value of attribute created_on.
6966 6967 6968 |
# File 'sig/types.rbs', line 6966 def created_on @created_on end |
#default_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute default_arguments.
6972 6973 6974 |
# File 'sig/types.rbs', line 6972 def default_arguments @default_arguments end |
#description ⇒ ::String
Returns the value of attribute description.
6969 6970 6971 |
# File 'sig/types.rbs', line 6969 def description @description end |
#dpu_seconds ⇒ ::Float
Returns the value of attribute dpu_seconds.
6982 6983 6984 |
# File 'sig/types.rbs', line 6982 def dpu_seconds @dpu_seconds end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
6968 6969 6970 |
# File 'sig/types.rbs', line 6968 def @error_message end |
#execution_time ⇒ ::Float
Returns the value of attribute execution_time.
6981 6982 6983 |
# File 'sig/types.rbs', line 6981 def execution_time @execution_time end |
#glue_version ⇒ ::String
Returns the value of attribute glue_version.
6977 6978 6979 |
# File 'sig/types.rbs', line 6977 def glue_version @glue_version end |
#id ⇒ ::String
Returns the value of attribute id.
6965 6966 6967 |
# File 'sig/types.rbs', line 6965 def id @id end |
#idle_timeout ⇒ ::Integer
Returns the value of attribute idle_timeout.
6983 6984 6985 |
# File 'sig/types.rbs', line 6983 def idle_timeout @idle_timeout end |
#max_capacity ⇒ ::Float
Returns the value of attribute max_capacity.
6975 6976 6977 |
# File 'sig/types.rbs', line 6975 def max_capacity @max_capacity end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
6978 6979 6980 |
# File 'sig/types.rbs', line 6978 def number_of_workers @number_of_workers end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
6984 6985 6986 |
# File 'sig/types.rbs', line 6984 def profile_name @profile_name end |
#progress ⇒ ::Float
Returns the value of attribute progress.
6974 6975 6976 |
# File 'sig/types.rbs', line 6974 def progress @progress end |
#role ⇒ ::String
Returns the value of attribute role.
6970 6971 6972 |
# File 'sig/types.rbs', line 6970 def role @role end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
6976 6977 6978 |
# File 'sig/types.rbs', line 6976 def security_configuration @security_configuration end |
#session_type ⇒ "LIVY", "SPARK_CONNECT"
Returns the value of attribute session_type.
6985 6986 6987 |
# File 'sig/types.rbs', line 6985 def session_type @session_type end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
6967 6968 6969 |
# File 'sig/types.rbs', line 6967 def status @status end |
#worker_type ⇒ "Standard", ...
Returns the value of attribute worker_type.
6979 6980 6981 |
# File 'sig/types.rbs', line 6979 def worker_type @worker_type end |