Class: Aws::Types::AssetListingItem
- Inherits:
-
Object
- Object
- Aws::Types::AssetListingItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::AssetListingItemAdditionalAttributes
Returns the value of attribute additional_attributes.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
-
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
-
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
-
#governed_glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute governed_glossary_terms.
-
#listing_created_by ⇒ ::String
Returns the value of attribute listing_created_by.
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
-
#listing_updated_by ⇒ ::String
Returns the value of attribute listing_updated_by.
-
#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::AssetListingItemAdditionalAttributes
Returns the value of attribute additional_attributes.
302 303 304 |
# File 'sig/types.rbs', line 302 def additional_attributes @additional_attributes end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
296 297 298 |
# File 'sig/types.rbs', line 296 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
295 296 297 |
# File 'sig/types.rbs', line 295 def description @description end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def entity_id @entity_id end |
#entity_revision ⇒ ::String
Returns the value of attribute entity_revision.
293 294 295 |
# File 'sig/types.rbs', line 293 def entity_revision @entity_revision end |
#entity_type ⇒ ::String
Returns the value of attribute entity_type.
294 295 296 |
# File 'sig/types.rbs', line 294 def entity_type @entity_type end |
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
299 300 301 |
# File 'sig/types.rbs', line 299 def glossary_terms @glossary_terms end |
#governed_glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute governed_glossary_terms.
300 301 302 |
# File 'sig/types.rbs', line 300 def governed_glossary_terms @governed_glossary_terms end |
#listing_created_by ⇒ ::String
Returns the value of attribute listing_created_by.
297 298 299 |
# File 'sig/types.rbs', line 297 def listing_created_by @listing_created_by end |
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def listing_id @listing_id end |
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
290 291 292 |
# File 'sig/types.rbs', line 290 def listing_revision @listing_revision end |
#listing_updated_by ⇒ ::String
Returns the value of attribute listing_updated_by.
298 299 300 |
# File 'sig/types.rbs', line 298 def listing_updated_by @listing_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
291 292 293 |
# File 'sig/types.rbs', line 291 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def owning_project_id @owning_project_id end |