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

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

#session_idString

The session ID.

Returns:

  • (String)


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

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