Class: Aws::Athena::Types::GetSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetSessionEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_token ⇒ String
Authentication token for the connection.
-
#auth_token_expiration_time ⇒ Time
Expiration time of the auth token.
-
#endpoint_url ⇒ String
The endpoint for connecting to the session.
Instance Attribute Details
#auth_token ⇒ String
Authentication token for the connection
2079 2080 2081 2082 2083 2084 2085 |
# File 'lib/aws-sdk-athena/types.rb', line 2079 class GetSessionEndpointResponse < Struct.new( :endpoint_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |
#auth_token_expiration_time ⇒ Time
Expiration time of the auth token.
2079 2080 2081 2082 2083 2084 2085 |
# File 'lib/aws-sdk-athena/types.rb', line 2079 class GetSessionEndpointResponse < Struct.new( :endpoint_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |
#endpoint_url ⇒ String
The endpoint for connecting to the session.
2079 2080 2081 2082 2083 2084 2085 |
# File 'lib/aws-sdk-athena/types.rb', line 2079 class GetSessionEndpointResponse < Struct.new( :endpoint_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |