Class: Aws::EMRServerless::Types::GetSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::GetSessionEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:auth_token]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The output contains the ID of the application.
-
#auth_token ⇒ String
Authentication token for accessing the session endpoint.
-
#auth_token_expires_at ⇒ Time
The expiration time of the authentication token.
-
#endpoint ⇒ String
The endpoint URL for connecting to the session.
-
#session_id ⇒ String
The output contains the ID of the session.
Instance Attribute Details
#application_id ⇒ String
The output contains the ID of the application.
798 799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 798 class GetSessionEndpointResponse < Struct.new( :application_id, :session_id, :endpoint, :auth_token, :auth_token_expires_at) SENSITIVE = [:auth_token] include Aws::Structure end |
#auth_token ⇒ String
Authentication token for accessing the session endpoint.
798 799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 798 class GetSessionEndpointResponse < Struct.new( :application_id, :session_id, :endpoint, :auth_token, :auth_token_expires_at) SENSITIVE = [:auth_token] include Aws::Structure end |
#auth_token_expires_at ⇒ Time
The expiration time of the authentication token.
798 799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 798 class GetSessionEndpointResponse < Struct.new( :application_id, :session_id, :endpoint, :auth_token, :auth_token_expires_at) SENSITIVE = [:auth_token] include Aws::Structure end |
#endpoint ⇒ String
The endpoint URL for connecting to the session.
798 799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 798 class GetSessionEndpointResponse < Struct.new( :application_id, :session_id, :endpoint, :auth_token, :auth_token_expires_at) SENSITIVE = [:auth_token] include Aws::Structure end |
#session_id ⇒ String
The output contains the ID of the session.
798 799 800 801 802 803 804 805 806 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 798 class GetSessionEndpointResponse < Struct.new( :application_id, :session_id, :endpoint, :auth_token, :auth_token_expires_at) SENSITIVE = [:auth_token] include Aws::Structure end |