Class: Aws::Types::UpdateFormData
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFormData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cta ⇒ Types::FormCTA
Returns the value of attribute cta.
-
#data_type ⇒ Types::FormDataTypeConfig
Returns the value of attribute data_type.
-
#fields ⇒ ::Hash[::String, Types::FieldConfig]
Returns the value of attribute fields.
-
#form_action_type ⇒ "create", "update"
Returns the value of attribute form_action_type.
-
#label_decorator ⇒ "required", ...
Returns the value of attribute label_decorator.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#sectional_elements ⇒ ::Hash[::String, Types::SectionalElement]
Returns the value of attribute sectional_elements.
-
#style ⇒ Types::FormStyle
Returns the value of attribute style.
Instance Attribute Details
#cta ⇒ Types::FormCTA
Returns the value of attribute cta.
943 944 945 |
# File 'sig/types.rbs', line 943 def cta @cta end |
#data_type ⇒ Types::FormDataTypeConfig
Returns the value of attribute data_type.
937 938 939 |
# File 'sig/types.rbs', line 937 def data_type @data_type end |
#fields ⇒ ::Hash[::String, Types::FieldConfig]
Returns the value of attribute fields.
939 940 941 |
# File 'sig/types.rbs', line 939 def fields @fields end |
#form_action_type ⇒ "create", "update"
Returns the value of attribute form_action_type.
938 939 940 |
# File 'sig/types.rbs', line 938 def form_action_type @form_action_type end |
#label_decorator ⇒ "required", ...
Returns the value of attribute label_decorator.
944 945 946 |
# File 'sig/types.rbs', line 944 def label_decorator @label_decorator end |
#name ⇒ ::String
Returns the value of attribute name.
936 937 938 |
# File 'sig/types.rbs', line 936 def name @name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
942 943 944 |
# File 'sig/types.rbs', line 942 def schema_version @schema_version end |
#sectional_elements ⇒ ::Hash[::String, Types::SectionalElement]
Returns the value of attribute sectional_elements.
941 942 943 |
# File 'sig/types.rbs', line 941 def sectional_elements @sectional_elements end |
#style ⇒ Types::FormStyle
Returns the value of attribute style.
940 941 942 |
# File 'sig/types.rbs', line 940 def style @style end |