Class: Aws::Types::AssetItem
- Inherits:
-
Object
- Object
- Aws::Types::AssetItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::AssetItemAdditionalAttributes
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.
-
#external_identifier ⇒ ::String
Returns the value of attribute external_identifier.
-
#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.
-
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#additional_attributes ⇒ Types::AssetItemAdditionalAttributes
Returns the value of attribute additional_attributes.
256 257 258 |
# File 'sig/types.rbs', line 256 def additional_attributes @additional_attributes end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
250 251 252 |
# File 'sig/types.rbs', line 250 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
251 252 253 |
# File 'sig/types.rbs', line 251 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def domain_id @domain_id end |
#external_identifier ⇒ ::String
Returns the value of attribute external_identifier.
248 249 250 |
# File 'sig/types.rbs', line 248 def external_identifier @external_identifier end |
#first_revision_created_at ⇒ ::Time
Returns the value of attribute first_revision_created_at.
252 253 254 |
# File 'sig/types.rbs', line 252 def first_revision_created_at @first_revision_created_at end |
#first_revision_created_by ⇒ ::String
Returns the value of attribute first_revision_created_by.
253 254 255 |
# File 'sig/types.rbs', line 253 def first_revision_created_by @first_revision_created_by end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
254 255 256 |
# File 'sig/types.rbs', line 254 def glossary_terms @glossary_terms end |
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
257 258 259 |
# File 'sig/types.rbs', line 257 def governed_glossary_terms @governed_glossary_terms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
244 245 246 |
# File 'sig/types.rbs', line 244 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
245 246 247 |
# File 'sig/types.rbs', line 245 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def owning_project_id @owning_project_id end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
246 247 248 |
# File 'sig/types.rbs', line 246 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
247 248 249 |
# File 'sig/types.rbs', line 247 def type_revision @type_revision end |