Class: Aws::Athena::Types::GetSessionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetSessionEndpointResponse
- Defined in:
- gems/aws-sdk-athena/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
2071 2072 2073 2074 2075 2076 2077 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2071 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.
2071 2072 2073 2074 2075 2076 2077 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2071 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.
2071 2072 2073 2074 2075 2076 2077 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2071 class GetSessionEndpointResponse < Struct.new( :endpoint_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |