Class: Aws::Glue::Types::GetSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#spark_connect ⇒ Types::SessionEndpoint
The Spark Connect endpoint details for the session.
Instance Attribute Details
#spark_connect ⇒ Types::SessionEndpoint
The Spark Connect endpoint details for the session.
16018 16019 16020 16021 16022 |
# File 'lib/aws-sdk-glue/types.rb', line 16018 class GetSessionEndpointResponse < Struct.new( :spark_connect) SENSITIVE = [] include Aws::Structure end |