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)


7853
7854
7855
7856
7857
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7853

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