Class: Aws::Athena::Types::CreatePresignedNotebookUrlResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenString

The authentication token for the notebook.

Returns:

  • (String)


836
837
838
839
840
841
842
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 836

class CreatePresignedNotebookUrlResponse < Struct.new(
  :notebook_url,
  :auth_token,
  :auth_token_expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#auth_token_expiration_timeInteger

The UTC epoch time when the authentication token expires.

Returns:

  • (Integer)


836
837
838
839
840
841
842
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 836

class CreatePresignedNotebookUrlResponse < Struct.new(
  :notebook_url,
  :auth_token,
  :auth_token_expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_urlString

The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.

Returns:

  • (String)


836
837
838
839
840
841
842
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 836

class CreatePresignedNotebookUrlResponse < Struct.new(
  :notebook_url,
  :auth_token,
  :auth_token_expiration_time)
  SENSITIVE = []
  include Aws::Structure
end