Class: Aws::Glue::Types::DeleteSessionResponse

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 deleted session.

Returns:

  • (String)


9891
9892
9893
9894
9895
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9891

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