Class: Aws::Types::GetAssetTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetTypeOutput
- 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.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def domain_id @domain_id end |
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
Returns the value of attribute forms_output.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def forms_output @forms_output end |
#name ⇒ ::String
Returns the value of attribute name.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def name @name end |
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def origin_domain_id @origin_domain_id end |
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def origin_project_id @origin_project_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def revision @revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def updated_by @updated_by end |