Class: Aws::Types::CreateFormTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFormTypeInput
- 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.
-
#model ⇒ Types::Model
Returns the value of attribute model.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def domain_identifier @domain_identifier end |
#model ⇒ Types::Model
Returns the value of attribute model.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def model @model end |
#name ⇒ ::String
Returns the value of attribute name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def name @name end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def owning_project_identifier @owning_project_identifier end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def status @status end |