Class: Aws::Athena::Types::CreatePresignedNotebookUrlResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CreatePresignedNotebookUrlResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_token ⇒ String
The authentication token for the notebook.
-
#auth_token_expiration_time ⇒ Integer
The UTC epoch time when the authentication token expires.
-
#notebook_url ⇒ String
The URL of the notebook.
Instance Attribute Details
#auth_token ⇒ String
The authentication token for the notebook.
839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-athena/types.rb', line 839 class CreatePresignedNotebookUrlResponse < Struct.new( :notebook_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |
#auth_token_expiration_time ⇒ Integer
The UTC epoch time when the authentication token expires.
839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-athena/types.rb', line 839 class CreatePresignedNotebookUrlResponse < Struct.new( :notebook_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |
#notebook_url ⇒ String
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-athena/types.rb', line 839 class CreatePresignedNotebookUrlResponse < Struct.new( :notebook_url, :auth_token, :auth_token_expiration_time) SENSITIVE = [] include Aws::Structure end |