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)


7440
7441
7442
7443
7444
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7440

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