Class: Aws::Types::GetNotebookOutput

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:



3098
3099
3100
# File 'sig/types.rbs', line 3098

def cell_order
  @cell_order
end

#compute_id::String

Returns the value of attribute compute_id.

Returns:

  • (::String)


3108
3109
3110
# File 'sig/types.rbs', line 3108

def compute_id
  @compute_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3101
3102
3103
# File 'sig/types.rbs', line 3101

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3100
3101
3102
# File 'sig/types.rbs', line 3100

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def domain_id
  @domain_id
end

#environment_configurationTypes::EnvironmentConfig

Returns the value of attribute environment_configuration.



3111
3112
3113
# File 'sig/types.rbs', line 3111

def environment_configuration
  @environment_configuration
end

#errorTypes::NotebookError

Returns the value of attribute error.



3112
3113
3114
# File 'sig/types.rbs', line 3112

def error
  @error
end

#git_metadataTypes::GitMetadata

Returns the value of attribute git_metadata.

Returns:



3113
3114
3115
# File 'sig/types.rbs', line 3113

def 
  @git_metadata
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3094
3095
3096
# File 'sig/types.rbs', line 3094

def id
  @id
end

#lock_expires_at::Time

Returns the value of attribute lock_expires_at.

Returns:

  • (::Time)


3107
3108
3109
# File 'sig/types.rbs', line 3107

def lock_expires_at
  @lock_expires_at
end

#locked_at::Time

Returns the value of attribute locked_at.

Returns:

  • (::Time)


3106
3107
3108
# File 'sig/types.rbs', line 3106

def locked_at
  @locked_at
end

#locked_by::String

Returns the value of attribute locked_by.

Returns:

  • (::String)


3105
3106
3107
# File 'sig/types.rbs', line 3105

def locked_by
  @locked_by
end

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

Returns the value of attribute metadata.

Returns:

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


3109
3110
3111
# File 'sig/types.rbs', line 3109

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def owning_project_id
  @owning_project_id
end

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

Returns the value of attribute parameters.

Returns:

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


3110
3111
3112
# File 'sig/types.rbs', line 3110

def parameters
  @parameters
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


3099
3100
3101
# File 'sig/types.rbs', line 3099

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3104
3105
3106
# File 'sig/types.rbs', line 3104

def updated_by
  @updated_by
end