Class: Aws::EMRServerless::Types::TerminateSessionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The output contains the application ID on which the session was terminated.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
# File 'lib/aws-sdk-emrserverless/types.rb', line 2367

class TerminateSessionResponse < Struct.new(
  :application_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The output contains the ID of the terminated session.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
# File 'lib/aws-sdk-emrserverless/types.rb', line 2367

class TerminateSessionResponse < Struct.new(
  :application_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end