Class: Aws::Glue::Types::StopSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopSessionRequest
- 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 stopped.
-
#request_origin ⇒ String
The origin of the request.
Instance Attribute Details
#id ⇒ String
The ID of the session to be stopped.
24621 24622 24623 24624 24625 24626 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24621 class StopSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
24621 24622 24623 24624 24625 24626 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24621 class StopSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |