Class: Aws::EMR::Types::TerminateSessionOutput

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

Overview

Output of the TerminateSession operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The ID of the cluster that the session belonged to.

Returns:

  • (String)


7975
7976
7977
7978
7979
7980
7981
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7975

class TerminateSessionOutput < Struct.new(
  :cluster_id,
  :session_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The ID of the terminated session.

Returns:

  • (String)


7975
7976
7977
7978
7979
7980
7981
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7975

class TerminateSessionOutput < Struct.new(
  :cluster_id,
  :session_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the session after the terminate request has been accepted.

Returns:

  • (String)


7975
7976
7977
7978
7979
7980
7981
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 7975

class TerminateSessionOutput < Struct.new(
  :cluster_id,
  :session_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end