Class: Aws::Types::DataProductResultItem
- Inherits:
-
Object
- Object
- Aws::Types::DataProductResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::DataProductItemAdditionalAttributes
Returns the value of attribute additional_attributes.
-
#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.
-
#first_revision_created_at ⇒ ::Time
Returns the value of attribute first_revision_created_at.
-
#first_revision_created_by ⇒ ::String
Returns the value of attribute first_revision_created_by.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#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.
Instance Attribute Details
#additional_attributes ⇒ Types::DataProductItemAdditionalAttributes
Returns the value of attribute additional_attributes.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def additional_attributes @additional_attributes end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def domain_id @domain_id end |
#first_revision_created_at ⇒ ::Time
Returns the value of attribute first_revision_created_at.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def first_revision_created_at @first_revision_created_at end |
#first_revision_created_by ⇒ ::String
Returns the value of attribute first_revision_created_by.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def first_revision_created_by @first_revision_created_by end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def owning_project_id @owning_project_id end |