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.
5750 5751 5752 |
# File 'sig/types.rbs', line 5750 def is_empty @is_empty end |
#is_neg_one ⇒ Boolean
Returns the value of attribute is_neg_one.
5752 5753 5754 |
# File 'sig/types.rbs', line 5752 def is_neg_one @is_neg_one end |
#is_null_string ⇒ Boolean
Returns the value of attribute is_null_string.
5751 5752 5753 |
# File 'sig/types.rbs', line 5751 def is_null_string @is_null_string end |