Class: Aws::SageMaker::Types::StartSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartSessionResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
A unique identifier for the established remote connection session.
-
#stream_url ⇒ String
A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.
-
#token_value ⇒ String
An encrypted token value containing session and caller information.
Instance Attribute Details
#session_id ⇒ String
A unique identifier for the established remote connection session.
46579 46580 46581 46582 46583 46584 46585 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46579 class StartSessionResponse < Struct.new( :session_id, :stream_url, :token_value) SENSITIVE = [] include Aws::Structure end |
#stream_url ⇒ String
A WebSocket URL used to establish a SSH connection between the local IDE and remote SageMaker space.
46579 46580 46581 46582 46583 46584 46585 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46579 class StartSessionResponse < Struct.new( :session_id, :stream_url, :token_value) SENSITIVE = [] include Aws::Structure end |
#token_value ⇒ String
An encrypted token value containing session and caller information.
46579 46580 46581 46582 46583 46584 46585 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46579 class StartSessionResponse < Struct.new( :session_id, :stream_url, :token_value) SENSITIVE = [] include Aws::Structure end |