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.
7463 7464 7465 |
# File 'sig/types.rbs', line 7463 def average_length @average_length end |
#maximum_length ⇒ ::Integer
Returns the value of attribute maximum_length.
7462 7463 7464 |
# File 'sig/types.rbs', line 7462 def maximum_length @maximum_length end |
#number_of_distinct_values ⇒ ::Integer
Returns the value of attribute number_of_distinct_values.
7465 7466 7467 |
# File 'sig/types.rbs', line 7465 def number_of_distinct_values @number_of_distinct_values end |
#number_of_nulls ⇒ ::Integer
Returns the value of attribute number_of_nulls.
7464 7465 7466 |
# File 'sig/types.rbs', line 7464 def number_of_nulls @number_of_nulls end |