Class: Aws::Types::BinaryColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::BinaryColumnStatisticsData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average_length ⇒ ::Float
Returns the value of attribute average_length.
-
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
-
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
Instance Attribute Details
#average_length ⇒ ::Float
Returns the value of attribute average_length.
529 530 531 |
# File 'sig/types.rbs', line 529 def average_length @average_length end |
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
528 529 530 |
# File 'sig/types.rbs', line 528 def maximum_length @maximum_length end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
530 531 532 |
# File 'sig/types.rbs', line 530 def number_of_nulls @number_of_nulls end |