Class: Aws::Types::Form
- Inherits:
-
Object
- Object
- Aws::Types::Form
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#cta ⇒ Types::FormCTA
Returns the value of attribute cta.
-
#data_type ⇒ Types::FormDataTypeConfig
Returns the value of attribute data_type.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#fields ⇒ ::Hash[::String, Types::FieldConfig]
Returns the value of attribute fields.
-
#form_action_type ⇒ "create", "update"
Returns the value of attribute form_action_type.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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
#app_id ⇒ ::String
Returns the value of attribute app_id.
487 488 489 |
# File 'sig/types.rbs', line 487 def app_id @app_id end |
#cta ⇒ Types::FormCTA
Returns the value of attribute cta.
498 499 500 |
# File 'sig/types.rbs', line 498 def cta @cta end |
#data_type ⇒ Types::FormDataTypeConfig
Returns the value of attribute data_type.
493 494 495 |
# File 'sig/types.rbs', line 493 def data_type @data_type end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
488 489 490 |
# File 'sig/types.rbs', line 488 def environment_name @environment_name end |
#fields ⇒ ::Hash[::String, Types::FieldConfig]
Returns the value of attribute fields.
494 495 496 |
# File 'sig/types.rbs', line 494 def fields @fields end |
#form_action_type ⇒ "create", "update"
Returns the value of attribute form_action_type.
491 492 493 |
# File 'sig/types.rbs', line 491 def form_action_type @form_action_type end |
#id ⇒ ::String
Returns the value of attribute id.
489 490 491 |
# File 'sig/types.rbs', line 489 def id @id end |
#label_decorator ⇒ "required", ...
Returns the value of attribute label_decorator.
499 500 501 |
# File 'sig/types.rbs', line 499 def label_decorator @label_decorator end |
#name ⇒ ::String
Returns the value of attribute name.
490 491 492 |
# File 'sig/types.rbs', line 490 def name @name end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
496 497 498 |
# File 'sig/types.rbs', line 496 def schema_version @schema_version end |
#sectional_elements ⇒ ::Hash[::String, Types::SectionalElement]
Returns the value of attribute sectional_elements.
495 496 497 |
# File 'sig/types.rbs', line 495 def sectional_elements @sectional_elements end |
#style ⇒ Types::FormStyle
Returns the value of attribute style.
492 493 494 |
# File 'sig/types.rbs', line 492 def style @style end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
497 498 499 |
# File 'sig/types.rbs', line 497 def end |