Class: Aws::Types::StartNotebookExportInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5923
5924
5925
# File 'sig/types.rbs', line 5923

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5919
5920
5921
# File 'sig/types.rbs', line 5919

def domain_identifier
  @domain_identifier
end

#file_format"PDF", "IPYNB"

Returns the value of attribute file_format.

Returns:

  • ("PDF", "IPYNB")


5922
5923
5924
# File 'sig/types.rbs', line 5922

def file_format
  @file_format
end

#notebook_identifier::String

Returns the value of attribute notebook_identifier.

Returns:

  • (::String)


5920
5921
5922
# File 'sig/types.rbs', line 5920

def notebook_identifier
  @notebook_identifier
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


5921
5922
5923
# File 'sig/types.rbs', line 5921

def owning_project_identifier
  @owning_project_identifier
end