Class: Aws::Types::CreateNotebookOutput

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

#cell_order::Array[Types::CellInformation]

Returns the value of attribute cell_order.

Returns:



1387
1388
1389
# File 'sig/types.rbs', line 1387

def cell_order
  @cell_order
end

#compute_id::String

Returns the value of attribute compute_id.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def compute_id
  @compute_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def domain_id
  @domain_id
end

#environment_configurationTypes::EnvironmentConfig

Returns the value of attribute environment_configuration.



1400
1401
1402
# File 'sig/types.rbs', line 1400

def environment_configuration
  @environment_configuration
end

#errorTypes::NotebookError

Returns the value of attribute error.



1401
1402
1403
# File 'sig/types.rbs', line 1401

def error
  @error
end

#git_metadataTypes::GitMetadata

Returns the value of attribute git_metadata.

Returns:



1402
1403
1404
# File 'sig/types.rbs', line 1402

def 
  @git_metadata
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def id
  @id
end

#lock_expires_at::Time

Returns the value of attribute lock_expires_at.

Returns:

  • (::Time)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def lock_expires_at
  @lock_expires_at
end

#locked_at::Time

Returns the value of attribute locked_at.

Returns:

  • (::Time)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def locked_at
  @locked_at
end

#locked_by::String

Returns the value of attribute locked_by.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def locked_by
  @locked_by
end

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

Returns the value of attribute metadata.

Returns:

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


1398
1399
1400
# File 'sig/types.rbs', line 1398

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def owning_project_id
  @owning_project_id
end

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

Returns the value of attribute parameters.

Returns:

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


1399
1400
1401
# File 'sig/types.rbs', line 1399

def parameters
  @parameters
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED")


1388
1389
1390
# File 'sig/types.rbs', line 1388

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def updated_by
  @updated_by
end