Class: Aws::Types::CreateAssetTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#forms_input ⇒ ::Hash[::String, Types::FormEntryInput]
Returns the value of attribute forms_input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
922 923 924 |
# File 'sig/types.rbs', line 922 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
920 921 922 |
# File 'sig/types.rbs', line 920 def domain_identifier @domain_identifier end |
#forms_input ⇒ ::Hash[::String, Types::FormEntryInput]
Returns the value of attribute forms_input.
923 924 925 |
# File 'sig/types.rbs', line 923 def forms_input @forms_input end |
#name ⇒ ::String
Returns the value of attribute name.
921 922 923 |
# File 'sig/types.rbs', line 921 def name @name end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
924 925 926 |
# File 'sig/types.rbs', line 924 def owning_project_identifier @owning_project_identifier end |