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])


2853
2854
2855
# File 'sig/types.rbs', line 2853

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2852
2853
2854
# File 'sig/types.rbs', line 2852

def name
  @name
end

#null_check_box_listTypes::NullCheckBoxList

Returns the value of attribute null_check_box_list.



2854
2855
2856
# File 'sig/types.rbs', line 2854

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:



2855
2856
2857
# File 'sig/types.rbs', line 2855

def null_text_list
  @null_text_list
end