Class: Aws::Athena::Types::GetSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The session description.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#engine_configurationTypes::EngineConfiguration

Contains engine configuration information like DPU usage.



2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The engine version used by the session (for example, PySpark engine version 3). You can get a list of engine versions by calling ListEngineVersions.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_versionString

The notebook version.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#session_configurationTypes::SessionConfiguration

Contains the workgroup configuration information used by the session.



2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::SessionStatistics

Contains the DPU execution time.



2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::SessionStatus

Contains information about the status of the session.



2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The workgroup to which the session belongs.

Returns:

  • (String)


2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2007

class GetSessionResponse < Struct.new(
  :session_id,
  :description,
  :work_group,
  :engine_version,
  :engine_configuration,
  :notebook_version,
  :session_configuration,
  :status,
  :statistics)
  SENSITIVE = []
  include Aws::Structure
end