Class: Aws::Types::CreateFormData
- Inherits:
-
Object
- Object
- Aws::Types::CreateFormData
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cta ⇒ Types::FormCTA
Returns the value of attribute cta.
299 300 301 |
# File 'sig/types.rbs', line 299 def cta @cta end |
#data_type ⇒ Types::FormDataTypeConfig
Returns the value of attribute data_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def data_type @data_type end |
#fields ⇒ ::Hash[::String, Types::FieldConfig]
Returns the value of attribute fields.
295 296 297 |
# File 'sig/types.rbs', line 295 def fields @fields end |
#form_action_type ⇒ "create", "update"
Returns the value of attribute form_action_type.
294 295 296 |
# File 'sig/types.rbs', line 294 def form_action_type @form_action_type end |
#label_decorator ⇒ "required", ...
Returns the value of attribute label_decorator.
301 302 303 |
# File 'sig/types.rbs', line 301 def label_decorator @label_decorator end |
#name ⇒ ::String
Returns the value of attribute name.
292 293 294 |
# File 'sig/types.rbs', line 292 def name @name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
298 299 300 |
# File 'sig/types.rbs', line 298 def schema_version @schema_version end |
#sectional_elements ⇒ ::Hash[::String, Types::SectionalElement]
Returns the value of attribute sectional_elements.
297 298 299 |
# File 'sig/types.rbs', line 297 def sectional_elements @sectional_elements end |
#style ⇒ Types::FormStyle
Returns the value of attribute style.
296 297 298 |
# File 'sig/types.rbs', line 296 def style @style end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
300 301 302 |
# File 'sig/types.rbs', line 300 def @tags end |