Class: Aws::Types::UpdateNotebookMetadataInput

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)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def name
  @name
end

#notebook_id::String

Returns the value of attribute notebook_id.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def notebook_id
  @notebook_id
end