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)


297
298
299
# File 'sig/types.rbs', line 297

def additional_occurrences
  @additional_occurrences
end

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

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


301
302
303
# File 'sig/types.rbs', line 301

def size_classified
  @size_classified
end

#statusTypes::ClassificationResultStatus

Returns the value of attribute status.



302
303
304
# File 'sig/types.rbs', line 302

def status
  @status
end