Class: Aws::Glue::Types::GetSessionEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The unique identifier of the interactive session.
Instance Attribute Details
#session_id ⇒ String
The unique identifier of the interactive session.
15065 15066 15067 15068 15069 |
# File 'lib/aws-sdk-glue/types.rb', line 15065 class GetSessionEndpointRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |