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::CustomDataIdentifiersResult
Returns the value of attribute custom_data_identifiers.
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
-
#sensitive_data ⇒ ::Array[Types::SensitiveDataResult]
Returns the value of attribute sensitive_data.
-
#size_classified ⇒ ::Integer
Returns the value of attribute size_classified.
-
#status ⇒ Types::ClassificationStatus
Returns the value of attribute status.
Instance Attribute Details
#additional_occurrences ⇒ Boolean
Returns the value of attribute additional_occurrences.
4943 4944 4945 |
# File 'sig/types.rbs', line 4943 def additional_occurrences @additional_occurrences end |
#custom_data_identifiers ⇒ Types::CustomDataIdentifiersResult
Returns the value of attribute custom_data_identifiers.
4946 4947 4948 |
# File 'sig/types.rbs', line 4946 def custom_data_identifiers @custom_data_identifiers end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def mime_type @mime_type end |
#sensitive_data ⇒ ::Array[Types::SensitiveDataResult]
Returns the value of attribute sensitive_data.
4945 4946 4947 |
# File 'sig/types.rbs', line 4945 def sensitive_data @sensitive_data end |
#size_classified ⇒ ::Integer
Returns the value of attribute size_classified.
4942 4943 4944 |
# File 'sig/types.rbs', line 4942 def size_classified @size_classified end |
#status ⇒ Types::ClassificationStatus
Returns the value of attribute status.
4944 4945 4946 |
# File 'sig/types.rbs', line 4944 def status @status end |