Class: Aws::Types::NullValueField
- Inherits:
-
Object
- Object
- Aws::Types::NullValueField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datatype ⇒ Types::Datatype
Returns the value of attribute datatype.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#datatype ⇒ Types::Datatype
Returns the value of attribute datatype.
5777 5778 5779 |
# File 'sig/types.rbs', line 5777 def datatype @datatype end |
#value ⇒ ::String
Returns the value of attribute value.
5776 5777 5778 |
# File 'sig/types.rbs', line 5776 def value @value end |