Class: Aws::Types::FieldConfig
- Inherits:
-
Object
- Object
- Aws::Types::FieldConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#input_type ⇒ Types::FieldInputConfig
Returns the value of attribute input_type.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#position ⇒ Types::FieldPosition
Returns the value of attribute position.
-
#validations ⇒ ::Array[Types::FieldValidationConfiguration]
Returns the value of attribute validations.
Instance Attribute Details
#excluded ⇒ Boolean
Returns the value of attribute excluded.
425 426 427 |
# File 'sig/types.rbs', line 425 def excluded @excluded end |
#input_type ⇒ Types::FieldInputConfig
Returns the value of attribute input_type.
426 427 428 |
# File 'sig/types.rbs', line 426 def input_type @input_type end |
#label ⇒ ::String
Returns the value of attribute label.
423 424 425 |
# File 'sig/types.rbs', line 423 def label @label end |
#position ⇒ Types::FieldPosition
Returns the value of attribute position.
424 425 426 |
# File 'sig/types.rbs', line 424 def position @position end |
#validations ⇒ ::Array[Types::FieldValidationConfiguration]
Returns the value of attribute validations.
427 428 429 |
# File 'sig/types.rbs', line 427 def validations @validations end |