Class: Aws::Glue::Types::StopSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the session to be stopped.

Returns:

  • (String)


26493
26494
26495
26496
26497
26498
# File 'lib/aws-sdk-glue/types.rb', line 26493

class StopSessionRequest < Struct.new(
  :id,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end

#request_originString

The origin of the request.

Returns:

  • (String)


26493
26494
26495
26496
26497
26498
# File 'lib/aws-sdk-glue/types.rb', line 26493

class StopSessionRequest < Struct.new(
  :id,
  :request_origin)
  SENSITIVE = []
  include Aws::Structure
end