Class: Aws::Types::GetFormTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::GetFormTypeInput
- 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.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def domain_identifier @domain_identifier end |
#form_type_identifier ⇒ ::String
Returns the value of attribute form_type_identifier.
2866 2867 2868 |
# File 'sig/types.rbs', line 2866 def form_type_identifier @form_type_identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
2867 2868 2869 |
# File 'sig/types.rbs', line 2867 def revision @revision end |