Class: Aws::Types::UpdateNotebookInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def client_request_token
  @client_request_token
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def notebook_id
  @notebook_id
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def payload
  @payload
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def session_id
  @session_id
end

#type"IPYNB"

Returns the value of attribute type.

Returns:

  • ("IPYNB")


1325
1326
1327
# File 'sig/types.rbs', line 1325

def type
  @type
end