Class: Aws::Glue::Types::DeleteSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Returns the ID of the deleted session.
Instance Attribute Details
#id ⇒ String
Returns the ID of the deleted session.
7992 7993 7994 7995 7996 |
# File 'lib/aws-sdk-glue/types.rb', line 7992 class DeleteSessionResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |