Class: Aws::Glue::Types::GetSessionEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The unique identifier of the interactive session.

Returns:

  • (String)


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