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.



6998
6999
7000
# File 'sig/types.rbs', line 6998

def command
  @command
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


7007
7008
7009
# File 'sig/types.rbs', line 7007

def completed_on
  @completed_on
end

#connectionsTypes::ConnectionsList

Returns the value of attribute connections.



7000
7001
7002
# File 'sig/types.rbs', line 7000

def connections
  @connections
end

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


6993
6994
6995
# File 'sig/types.rbs', line 6993

def created_on
  @created_on
end

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

Returns the value of attribute default_arguments.

Returns:

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


6999
7000
7001
# File 'sig/types.rbs', line 6999

def default_arguments
  @default_arguments
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6996
6997
6998
# File 'sig/types.rbs', line 6996

def description
  @description
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


7009
7010
7011
# File 'sig/types.rbs', line 7009

def dpu_seconds
  @dpu_seconds
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


6995
6996
6997
# File 'sig/types.rbs', line 6995

def error_message
  @error_message
end

#execution_time::Float

Returns the value of attribute execution_time.

Returns:

  • (::Float)


7008
7009
7010
# File 'sig/types.rbs', line 7008

def execution_time
  @execution_time
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


7004
7005
7006
# File 'sig/types.rbs', line 7004

def glue_version
  @glue_version
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6992
6993
6994
# File 'sig/types.rbs', line 6992

def id
  @id
end

#idle_timeout::Integer

Returns the value of attribute idle_timeout.

Returns:

  • (::Integer)


7010
7011
7012
# File 'sig/types.rbs', line 7010

def idle_timeout
  @idle_timeout
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


7002
7003
7004
# File 'sig/types.rbs', line 7002

def max_capacity
  @max_capacity
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


7005
7006
7007
# File 'sig/types.rbs', line 7005

def number_of_workers
  @number_of_workers
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


7011
7012
7013
# File 'sig/types.rbs', line 7011

def profile_name
  @profile_name
end

#progress::Float

Returns the value of attribute progress.

Returns:

  • (::Float)


7001
7002
7003
# File 'sig/types.rbs', line 7001

def progress
  @progress
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


6997
6998
6999
# File 'sig/types.rbs', line 6997

def role
  @role
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


7003
7004
7005
# File 'sig/types.rbs', line 7003

def security_configuration
  @security_configuration
end

#session_type"LIVY", "SPARK_CONNECT"

Returns the value of attribute session_type.

Returns:

  • ("LIVY", "SPARK_CONNECT")


7012
7013
7014
# File 'sig/types.rbs', line 7012

def session_type
  @session_type
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


6994
6995
6996
# File 'sig/types.rbs', line 6994

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")


7006
7007
7008
# File 'sig/types.rbs', line 7006

def worker_type
  @worker_type
end