Class: Aws::Types::CreateAssetTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetTypeOutput
- 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.
937 938 939 |
# File 'sig/types.rbs', line 937 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
938 939 940 |
# File 'sig/types.rbs', line 938 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
932 933 934 |
# File 'sig/types.rbs', line 932 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
929 930 931 |
# File 'sig/types.rbs', line 929 def domain_id @domain_id end |
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
Returns the value of attribute forms_output.
933 934 935 |
# File 'sig/types.rbs', line 933 def forms_output @forms_output end |
#name ⇒ ::String
Returns the value of attribute name.
930 931 932 |
# File 'sig/types.rbs', line 930 def name @name end |
#origin_domain_id ⇒ ::String
Returns the value of attribute origin_domain_id.
935 936 937 |
# File 'sig/types.rbs', line 935 def origin_domain_id @origin_domain_id end |
#origin_project_id ⇒ ::String
Returns the value of attribute origin_project_id.
936 937 938 |
# File 'sig/types.rbs', line 936 def origin_project_id @origin_project_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
934 935 936 |
# File 'sig/types.rbs', line 934 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
931 932 933 |
# File 'sig/types.rbs', line 931 def revision @revision end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
939 940 941 |
# File 'sig/types.rbs', line 939 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
940 941 942 |
# File 'sig/types.rbs', line 940 def updated_by @updated_by end |