Class: Aws::Types::ClassificationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_occurrencesBoolean

Returns the value of attribute additional_occurrences.

Returns:

  • (Boolean)


4943
4944
4945
# File 'sig/types.rbs', line 4943

def additional_occurrences
  @additional_occurrences
end

#custom_data_identifiersTypes::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


4942
4943
4944
# File 'sig/types.rbs', line 4942

def size_classified
  @size_classified
end

#statusTypes::ClassificationStatus

Returns the value of attribute status.



4944
4945
4946
# File 'sig/types.rbs', line 4944

def status
  @status
end