Class: Aws::Athena::Types::CreatePresignedNotebookUrlRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The session ID.

Returns:

  • (String)


815
816
817
818
819
# File 'lib/aws-sdk-athena/types.rb', line 815

class CreatePresignedNotebookUrlRequest < Struct.new(
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end