Class: Aws::Glue::Types::GetSessionEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#spark_connectTypes::SessionEndpoint

The Spark Connect endpoint details for the session.



15077
15078
15079
15080
15081
# File 'lib/aws-sdk-glue/types.rb', line 15077

class GetSessionEndpointResponse < Struct.new(
  :spark_connect)
  SENSITIVE = []
  include Aws::Structure
end