Class: Aws::Types::DataProductItem
- Inherits:
-
Object
- Object
- Aws::Types::DataProductItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#item_type ⇒ "ASSET"
Returns the value of attribute item_type.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def glossary_terms @glossary_terms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def identifier @identifier end |
#item_type ⇒ "ASSET"
Returns the value of attribute item_type.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def item_type @item_type end |
#revision ⇒ ::String
Returns the value of attribute revision.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def revision @revision end |