Class: Aws::Types::CreateNotebookInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def domain_identifier
  @domain_identifier
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


1376
1377
1378
# File 'sig/types.rbs', line 1376

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def owning_project_identifier
  @owning_project_identifier
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


1377
1378
1379
# File 'sig/types.rbs', line 1377

def parameters
  @parameters
end