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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


27564
27565
27566
27567
27568
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27564

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