Class: Aws::Types::NotebookMetadata

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



910
911
912
# File 'sig/types.rbs', line 910

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



912
913
914
# File 'sig/types.rbs', line 912

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.



908
909
910
# File 'sig/types.rbs', line 908

def name
  @name
end

#notebook_id::String

Returns the value of attribute notebook_id.



907
908
909
# File 'sig/types.rbs', line 907

def notebook_id
  @notebook_id
end

#type"IPYNB"

Returns the value of attribute type.



911
912
913
# File 'sig/types.rbs', line 911

def type
  @type
end

#work_group::String

Returns the value of attribute work_group.



909
910
911
# File 'sig/types.rbs', line 909

def work_group
  @work_group
end