Class: Aws::Types::StringColumnStatisticsData
- Inherits:
-
Object
- Object
- Aws::Types::StringColumnStatisticsData
- 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_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
-
#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.
7495 7496 7497 |
# File 'sig/types.rbs', line 7495 def average_length @average_length end |
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
7494 7495 7496 |
# File 'sig/types.rbs', line 7494 def maximum_length @maximum_length end |
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
7497 7498 7499 |
# File 'sig/types.rbs', line 7497 def number_of_distinct_values @number_of_distinct_values end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
7496 7497 7498 |
# File 'sig/types.rbs', line 7496 def number_of_nulls @number_of_nulls end |