Class: Aws::Types::BucketStatisticsBySensitivity
- Inherits:
-
Object
- Object
- Aws::Types::BucketStatisticsBySensitivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification_error ⇒ Types::SensitivityAggregations
Returns the value of attribute classification_error.
-
#not_classified ⇒ Types::SensitivityAggregations
Returns the value of attribute not_classified.
-
#not_sensitive ⇒ Types::SensitivityAggregations
Returns the value of attribute not_sensitive.
-
#sensitive ⇒ Types::SensitivityAggregations
Returns the value of attribute sensitive.
Instance Attribute Details
#classification_error ⇒ Types::SensitivityAggregations
Returns the value of attribute classification_error.
267 268 269 |
# File 'sig/types.rbs', line 267 def classification_error @classification_error end |
#not_classified ⇒ Types::SensitivityAggregations
Returns the value of attribute not_classified.
268 269 270 |
# File 'sig/types.rbs', line 268 def not_classified @not_classified end |
#not_sensitive ⇒ Types::SensitivityAggregations
Returns the value of attribute not_sensitive.
269 270 271 |
# File 'sig/types.rbs', line 269 def not_sensitive @not_sensitive end |
#sensitive ⇒ Types::SensitivityAggregations
Returns the value of attribute sensitive.
270 271 272 |
# File 'sig/types.rbs', line 270 def sensitive @sensitive end |