Class: Aws::Glue::Types::StopSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StopSessionResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Returns the Id of the stopped session.
Instance Attribute Details
#id ⇒ String
Returns the Id of the stopped session.
24678 24679 24680 24681 24682 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24678 class StopSessionResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |