Class: Aws::Types::ClassificationResult
- Inherits:
-
Object
- Object
- Aws::Types::ClassificationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_occurrences ⇒ Boolean
Returns the value of attribute additional_occurrences.
-
#custom_data_identifiers ⇒ Types::CustomDataIdentifiers
Returns the value of attribute custom_data_identifiers.
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
-
#sensitive_data ⇒ ::Array[Types::SensitiveDataItem]
Returns the value of attribute sensitive_data.
-
#size_classified ⇒ ::Integer
Returns the value of attribute size_classified.
-
#status ⇒ Types::ClassificationResultStatus
Returns the value of attribute status.
Instance Attribute Details
#additional_occurrences ⇒ Boolean
Returns the value of attribute additional_occurrences.
297 298 299 |
# File 'sig/types.rbs', line 297 def additional_occurrences @additional_occurrences end |
#custom_data_identifiers ⇒ Types::CustomDataIdentifiers
Returns the value of attribute custom_data_identifiers.
298 299 300 |
# File 'sig/types.rbs', line 298 def custom_data_identifiers @custom_data_identifiers end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
299 300 301 |
# File 'sig/types.rbs', line 299 def mime_type @mime_type end |
#sensitive_data ⇒ ::Array[Types::SensitiveDataItem]
Returns the value of attribute sensitive_data.
300 301 302 |
# File 'sig/types.rbs', line 300 def sensitive_data @sensitive_data end |
#size_classified ⇒ ::Integer
Returns the value of attribute size_classified.
301 302 303 |
# File 'sig/types.rbs', line 301 def size_classified @size_classified end |
#status ⇒ Types::ClassificationResultStatus
Returns the value of attribute status.
302 303 304 |
# File 'sig/types.rbs', line 302 def status @status end |