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.
9584 9585 9586 9587 9588 9589 |
# File 'lib/aws-sdk-glue/types.rb', line 9584 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.
9584 9585 9586 9587 9588 9589 |
# File 'lib/aws-sdk-glue/types.rb', line 9584 class DeleteSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |