Class: Aws::Types::NullCheckBoxList
- Inherits:
-
Object
- Object
- Aws::Types::NullCheckBoxList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_empty ⇒ Boolean
Returns the value of attribute is_empty.
-
#is_neg_one ⇒ Boolean
Returns the value of attribute is_neg_one.
-
#is_null_string ⇒ Boolean
Returns the value of attribute is_null_string.
Instance Attribute Details
#is_empty ⇒ Boolean
Returns the value of attribute is_empty.
5769 5770 5771 |
# File 'sig/types.rbs', line 5769 def is_empty @is_empty end |
#is_neg_one ⇒ Boolean
Returns the value of attribute is_neg_one.
5771 5772 5773 |
# File 'sig/types.rbs', line 5771 def is_neg_one @is_neg_one end |
#is_null_string ⇒ Boolean
Returns the value of attribute is_null_string.
5770 5771 5772 |
# File 'sig/types.rbs', line 5770 def is_null_string @is_null_string end |