Class: Aws::Glue::Types::StopSessionResponse

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

Returns the Id of the stopped session.

Returns:

  • (String)


18442
18443
18444
18445
18446
# File 'lib/aws-sdk-glue/types.rb', line 18442

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