Class: Aws::Types::DropNullFields
- Inherits:
-
Object
- Object
- Aws::Types::DropNullFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#null_check_box_list ⇒ Types::NullCheckBoxList
Returns the value of attribute null_check_box_list.
-
#null_text_list ⇒ ::Array[Types::NullValueField]
Returns the value of attribute null_text_list.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2843 2844 2845 |
# File 'sig/types.rbs', line 2843 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2842 2843 2844 |
# File 'sig/types.rbs', line 2842 def name @name end |
#null_check_box_list ⇒ Types::NullCheckBoxList
Returns the value of attribute null_check_box_list.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def null_check_box_list @null_check_box_list end |
#null_text_list ⇒ ::Array[Types::NullValueField]
Returns the value of attribute null_text_list.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def null_text_list @null_text_list end |