Class: Aws::Glue::Types::GetSessionEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionEndpointRequest
- Defined in:
- gems/aws-sdk-glue/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.
16341 16342 16343 16344 16345 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16341 class GetSessionEndpointRequest < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |