Class: Aws::Types::UpdateNotebookOutput

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:



6717
6718
6719
# File 'sig/types.rbs', line 6717

def cell_order
  @cell_order
end

#compute_id::String

Returns the value of attribute compute_id.

Returns:

  • (::String)


6727
6728
6729
# File 'sig/types.rbs', line 6727

def compute_id
  @compute_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


6720
6721
6722
# File 'sig/types.rbs', line 6720

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


6721
6722
6723
# File 'sig/types.rbs', line 6721

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6719
6720
6721
# File 'sig/types.rbs', line 6719

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6716
6717
6718
# File 'sig/types.rbs', line 6716

def domain_id
  @domain_id
end

#environment_configurationTypes::EnvironmentConfig

Returns the value of attribute environment_configuration.



6730
6731
6732
# File 'sig/types.rbs', line 6730

def environment_configuration
  @environment_configuration
end

#errorTypes::NotebookError

Returns the value of attribute error.



6731
6732
6733
# File 'sig/types.rbs', line 6731

def error
  @error
end

#git_metadataTypes::GitMetadata

Returns the value of attribute git_metadata.

Returns:



6732
6733
6734
# File 'sig/types.rbs', line 6732

def 
  @git_metadata
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6713
6714
6715
# File 'sig/types.rbs', line 6713

def id
  @id
end

#lock_expires_at::Time

Returns the value of attribute lock_expires_at.

Returns:

  • (::Time)


6726
6727
6728
# File 'sig/types.rbs', line 6726

def lock_expires_at
  @lock_expires_at
end

#locked_at::Time

Returns the value of attribute locked_at.

Returns:

  • (::Time)


6725
6726
6727
# File 'sig/types.rbs', line 6725

def locked_at
  @locked_at
end

#locked_by::String

Returns the value of attribute locked_by.

Returns:

  • (::String)


6724
6725
6726
# File 'sig/types.rbs', line 6724

def locked_by
  @locked_by
end

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

Returns the value of attribute metadata.

Returns:

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


6728
6729
6730
# File 'sig/types.rbs', line 6728

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6714
6715
6716
# File 'sig/types.rbs', line 6714

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


6715
6716
6717
# File 'sig/types.rbs', line 6715

def owning_project_id
  @owning_project_id
end

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

Returns the value of attribute parameters.

Returns:

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


6729
6730
6731
# File 'sig/types.rbs', line 6729

def parameters
  @parameters
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


6718
6719
6720
# File 'sig/types.rbs', line 6718

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6722
6723
6724
# File 'sig/types.rbs', line 6722

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


6723
6724
6725
# File 'sig/types.rbs', line 6723

def updated_by
  @updated_by
end