Class: Aws::Macie2::Types::Detection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::Detection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about a type of sensitive data that Amazon Macie found in an S3 bucket while performing automated sensitive data discovery for an account. The information also specifies the custom or managed data identifier that detected the data. This information is available only if automated sensitive data discovery has been enabled for the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #count ⇒ Integer
- #id ⇒ String
- #name ⇒ String
- #suppressed ⇒ Boolean
-
#type ⇒ String
The type of data identifier that detected a specific type of sensitive data in an S3 bucket.
Instance Attribute Details
#arn ⇒ String
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-macie2/types.rb', line 2149 class Detection < Struct.new( :arn, :count, :id, :name, :suppressed, :type) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-macie2/types.rb', line 2149 class Detection < Struct.new( :arn, :count, :id, :name, :suppressed, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-macie2/types.rb', line 2149 class Detection < Struct.new( :arn, :count, :id, :name, :suppressed, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-macie2/types.rb', line 2149 class Detection < Struct.new( :arn, :count, :id, :name, :suppressed, :type) SENSITIVE = [] include Aws::Structure end |
#suppressed ⇒ Boolean
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-macie2/types.rb', line 2149 class Detection < Struct.new( :arn, :count, :id, :name, :suppressed, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of data identifier that detected a specific type of sensitive data in an S3 bucket. Possible values are:
2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-macie2/types.rb', line 2149 class Detection < Struct.new( :arn, :count, :id, :name, :suppressed, :type) SENSITIVE = [] include Aws::Structure end |