Class: Aws::Types::AssetTypeItem
- Inherits:
-
Object
- Object
- Aws::Types::AssetTypeItem
- 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.
-
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
Returns the value of attribute forms_output.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
-
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#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.
351 352 353 |
# File 'sig/types.rbs', line 351 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
352 353 354 |
# File 'sig/types.rbs', line 352 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
346 347 348 |
# File 'sig/types.rbs', line 346 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def domain_id @domain_id end |
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
Returns the value of attribute forms_output.
347 348 349 |
# File 'sig/types.rbs', line 347 def forms_output @forms_output end |
#name ⇒ ::String
Returns the value of attribute name.
344 345 346 |
# File 'sig/types.rbs', line 344 def name @name end |
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
349 350 351 |
# File 'sig/types.rbs', line 349 def origin_domain_id @origin_domain_id end |
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def origin_project_id @origin_project_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
345 346 347 |
# File 'sig/types.rbs', line 345 def revision @revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
353 354 355 |
# File 'sig/types.rbs', line 353 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
354 355 356 |
# File 'sig/types.rbs', line 354 def updated_by @updated_by end |