Class: Aws::Types::FieldInputConfig
- Inherits:
-
Object
- Object
- Aws::Types::FieldInputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_checked ⇒ Boolean
Returns the value of attribute default_checked.
-
#default_country_code ⇒ ::String
Returns the value of attribute default_country_code.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#descriptive_text ⇒ ::String
Returns the value of attribute descriptive_text.
-
#file_uploader_config ⇒ Types::FileUploaderFieldConfig
Returns the value of attribute file_uploader_config.
-
#is_array ⇒ Boolean
Returns the value of attribute is_array.
-
#max_value ⇒ ::Float
Returns the value of attribute max_value.
-
#min_value ⇒ ::Float
Returns the value of attribute min_value.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#placeholder ⇒ ::String
Returns the value of attribute placeholder.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#step ⇒ ::Float
Returns the value of attribute step.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
-
#value_mappings ⇒ Types::ValueMappings
Returns the value of attribute value_mappings.
Instance Attribute Details
#default_checked ⇒ Boolean
Returns the value of attribute default_checked.
438 439 440 |
# File 'sig/types.rbs', line 438 def default_checked @default_checked end |
#default_country_code ⇒ ::String
Returns the value of attribute default_country_code.
439 440 441 |
# File 'sig/types.rbs', line 439 def default_country_code @default_country_code end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
436 437 438 |
# File 'sig/types.rbs', line 436 def default_value @default_value end |
#descriptive_text ⇒ ::String
Returns the value of attribute descriptive_text.
437 438 439 |
# File 'sig/types.rbs', line 437 def descriptive_text @descriptive_text end |
#file_uploader_config ⇒ Types::FileUploaderFieldConfig
Returns the value of attribute file_uploader_config.
447 448 449 |
# File 'sig/types.rbs', line 447 def file_uploader_config @file_uploader_config end |
#is_array ⇒ Boolean
Returns the value of attribute is_array.
446 447 448 |
# File 'sig/types.rbs', line 446 def is_array @is_array end |
#max_value ⇒ ::Float
Returns the value of attribute max_value.
443 444 445 |
# File 'sig/types.rbs', line 443 def max_value @max_value end |
#min_value ⇒ ::Float
Returns the value of attribute min_value.
442 443 444 |
# File 'sig/types.rbs', line 442 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
441 442 443 |
# File 'sig/types.rbs', line 441 def name @name end |
#placeholder ⇒ ::String
Returns the value of attribute placeholder.
435 436 437 |
# File 'sig/types.rbs', line 435 def placeholder @placeholder end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
434 435 436 |
# File 'sig/types.rbs', line 434 def read_only @read_only end |
#required ⇒ Boolean
Returns the value of attribute required.
433 434 435 |
# File 'sig/types.rbs', line 433 def required @required end |
#step ⇒ ::Float
Returns the value of attribute step.
444 445 446 |
# File 'sig/types.rbs', line 444 def step @step end |
#type ⇒ ::String
Returns the value of attribute type.
432 433 434 |
# File 'sig/types.rbs', line 432 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
445 446 447 |
# File 'sig/types.rbs', line 445 def value @value end |
#value_mappings ⇒ Types::ValueMappings
Returns the value of attribute value_mappings.
440 441 442 |
# File 'sig/types.rbs', line 440 def value_mappings @value_mappings end |