Class: Aws::Types::NotebookSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4661
4662
4663
# File 'sig/types.rbs', line 4661

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


4662
4663
4664
# File 'sig/types.rbs', line 4662

def created_by
  @created_by
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4660
4661
4662
# File 'sig/types.rbs', line 4660

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


4658
4659
4660
# File 'sig/types.rbs', line 4658

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4655
4656
4657
# File 'sig/types.rbs', line 4655

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4656
4657
4658
# File 'sig/types.rbs', line 4656

def name
  @name
end

#owning_project_id::String

Returns the value of attribute owning_project_id.

Returns:

  • (::String)


4657
4658
4659
# File 'sig/types.rbs', line 4657

def owning_project_id
  @owning_project_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


4659
4660
4661
# File 'sig/types.rbs', line 4659

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


4663
4664
4665
# File 'sig/types.rbs', line 4663

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


4664
4665
4666
# File 'sig/types.rbs', line 4664

def updated_by
  @updated_by
end