Class: Aws::SecurityHub::Types::ClassificationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ClassificationStatus
- 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
-
#code ⇒ String
The code that represents the status of the sensitive data detection.
-
#reason ⇒ String
A longer description of the current status of the sensitive data detection.
Instance Attribute Details
#code ⇒ String
The code that represents the status of the sensitive data detection.
23045 23046 23047 23048 23049 23050 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23045 class ClassificationStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A longer description of the current status of the sensitive data detection.
23045 23046 23047 23048 23049 23050 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23045 class ClassificationStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |