Class: Aws::Glue::Types::DeleteSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSessionRequest
- Defined in:
- gems/aws-sdk-glue/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.
8987 8988 8989 8990 8991 8992 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8987 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.
8987 8988 8989 8990 8991 8992 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8987 class DeleteSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |