Class: Aws::Types::Session

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commandTypes::SessionCommand

Returns the value of attribute command.



6929
6930
6931
# File 'sig/types.rbs', line 6929

def command
  @command
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


6938
6939
6940
# File 'sig/types.rbs', line 6938

def completed_on
  @completed_on
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



6931
6932
6933
# File 'sig/types.rbs', line 6931

def connections
  @connections
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


6924
6925
6926
# File 'sig/types.rbs', line 6924

def created_on
  @created_on
end

#default_arguments::Hash[::String, ::String]

Returns the value of attribute default_arguments.

Returns:

  • (::Hash[::String, ::String])


6930
6931
6932
# File 'sig/types.rbs', line 6930

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6927
6928
6929
# File 'sig/types.rbs', line 6927

def description
  @description
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


6940
6941
6942
# File 'sig/types.rbs', line 6940

def dpu_seconds
  @dpu_seconds
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


6926
6927
6928
# File 'sig/types.rbs', line 6926

def error_message
  @error_message
end

#execution_time::Float

Returns the value of attribute execution_time.

Returns:

  • (::Float)


6939
6940
6941
# File 'sig/types.rbs', line 6939

def execution_time
  @execution_time
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


6935
6936
6937
# File 'sig/types.rbs', line 6935

def glue_version
  @glue_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6923
6924
6925
# File 'sig/types.rbs', line 6923

def id
  @id
end

#idle_timeout::Integer

Returns the value of attribute idle_timeout.

Returns:

  • (::Integer)


6941
6942
6943
# File 'sig/types.rbs', line 6941

def idle_timeout
  @idle_timeout
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


6933
6934
6935
# File 'sig/types.rbs', line 6933

def max_capacity
  @max_capacity
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


6936
6937
6938
# File 'sig/types.rbs', line 6936

def number_of_workers
  @number_of_workers
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


6942
6943
6944
# File 'sig/types.rbs', line 6942

def profile_name
  @profile_name
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


6932
6933
6934
# File 'sig/types.rbs', line 6932

def progress
  @progress
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


6928
6929
6930
# File 'sig/types.rbs', line 6928

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


6934
6935
6936
# File 'sig/types.rbs', line 6934

def security_configuration
  @security_configuration
end

#session_type"LIVY", "SPARK_CONNECT"

Returns the value of attribute session_type.

Returns:

  • ("LIVY", "SPARK_CONNECT")


6943
6944
6945
# File 'sig/types.rbs', line 6943

def session_type
  @session_type
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "READY", "FAILED", "TIMEOUT", "STOPPING", "STOPPED")


6925
6926
6927
# File 'sig/types.rbs', line 6925

def status
  @status
end

#worker_type"Standard", ...

Returns the value of attribute worker_type.

Returns:

  • ("Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X")


6937
6938
6939
# File 'sig/types.rbs', line 6937

def worker_type
  @worker_type
end