Class: Aws::Types::DeleteFormTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFormTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#form_type_identifier ⇒ ::String
Returns the value of attribute form_type_identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def domain_identifier @domain_identifier end |
#form_type_identifier ⇒ ::String
Returns the value of attribute form_type_identifier.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def form_type_identifier @form_type_identifier end |