Class: Aws::Glue::Types::DeleteSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSessionResponse
- Defined in:
- gems/aws-sdk-glue/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.
9237 9238 9239 9240 9241 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9237 class DeleteSessionResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |