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.



15735
15736
15737
15738
15739
# File 'lib/aws-sdk-glue/types.rb', line 15735

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