Class: Aws::Types::DropNullFields

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


2843
2844
2845
# File 'sig/types.rbs', line 2843

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2842
2843
2844
# File 'sig/types.rbs', line 2842

def name
  @name
end

#null_check_box_listTypes::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.

Returns:



2845
2846
2847
# File 'sig/types.rbs', line 2845

def null_text_list
  @null_text_list
end