Class: Aws::Glue::Types::DeleteSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the session to be deleted.
-
#request_origin ⇒ String
The name of the origin of the delete session request.
Instance Attribute Details
#id ⇒ String
The ID of the session to be deleted.
7979 7980 7981 7982 7983 7984 |
# File 'lib/aws-sdk-glue/types.rb', line 7979 class DeleteSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The name of the origin of the delete session request.
7979 7980 7981 7982 7983 7984 |
# File 'lib/aws-sdk-glue/types.rb', line 7979 class DeleteSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |