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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


23055
23056
23057
23058
23059
23060
# File 'lib/aws-sdk-securityhub/types.rb', line 23055

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)


23055
23056
23057
23058
23059
23060
# File 'lib/aws-sdk-securityhub/types.rb', line 23055

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