Class: Aws::SecurityHub::Types::ClassificationStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides details about the current status of the sensitive data detection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code that represents the status of the sensitive data detection.

Returns:

  • (String)


23016
23017
23018
23019
23020
23021
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23016

class ClassificationStatus < Struct.new(
  :code,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A longer description of the current status of the sensitive data detection.

Returns:

  • (String)


23016
23017
23018
23019
23020
23021
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23016

class ClassificationStatus < Struct.new(
  :code,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end