Class: Aws::Types::BucketStatisticsBySensitivity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classification_errorTypes::SensitivityAggregations

Returns the value of attribute classification_error.



267
268
269
# File 'sig/types.rbs', line 267

def classification_error
  @classification_error
end

#not_classifiedTypes::SensitivityAggregations

Returns the value of attribute not_classified.



268
269
270
# File 'sig/types.rbs', line 268

def not_classified
  @not_classified
end

#not_sensitiveTypes::SensitivityAggregations

Returns the value of attribute not_sensitive.



269
270
271
# File 'sig/types.rbs', line 269

def not_sensitive
  @not_sensitive
end

#sensitiveTypes::SensitivityAggregations

Returns the value of attribute sensitive.



270
271
272
# File 'sig/types.rbs', line 270

def sensitive
  @sensitive
end