Class: Aws::Glue::Types::StopSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass StopSessionRequest data as a hash:
{
id: "NameString", # required
request_origin: "OrchestrationNameString",
}
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.
15971 15972 15973 15974 15975 15976 |
# File 'lib/aws-sdk-glue/types.rb', line 15971 class StopSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
15971 15972 15973 15974 15975 15976 |
# File 'lib/aws-sdk-glue/types.rb', line 15971 class StopSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |