Class: Aws::Types::NotebookSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotebookSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
4662 4663 4664 |
# File 'sig/types.rbs', line 4662 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
4660 4661 4662 |
# File 'sig/types.rbs', line 4660 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
4658 4659 4660 |
# File 'sig/types.rbs', line 4658 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
4655 4656 4657 |
# File 'sig/types.rbs', line 4655 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
4659 4660 4661 |
# File 'sig/types.rbs', line 4659 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
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.
4664 4665 4666 |
# File 'sig/types.rbs', line 4664 def updated_by @updated_by end |