Class: Aws::Macie2::Types::ResourceStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ResourceStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides statistical data for sensitive data discovery metrics that apply to an S3 bucket that Amazon Macie monitors and analyzes for an account, if automated sensitive data discovery has been enabled for the account. The data captures the results of automated sensitive data discovery activities that Macie has performed for the bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #total_bytes_classified ⇒ Integer
- #total_detections ⇒ Integer
- #total_detections_suppressed ⇒ Integer
- #total_items_classified ⇒ Integer
- #total_items_sensitive ⇒ Integer
- #total_items_skipped ⇒ Integer
- #total_items_skipped_invalid_encryption ⇒ Integer
- #total_items_skipped_invalid_kms ⇒ Integer
- #total_items_skipped_permission_denied ⇒ Integer
Instance Attribute Details
#total_bytes_classified ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_detections ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_detections_suppressed ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_items_classified ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_items_sensitive ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_items_skipped ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_items_skipped_invalid_encryption ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_items_skipped_invalid_kms ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |
#total_items_skipped_permission_denied ⇒ Integer
5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 |
# File 'lib/aws-sdk-macie2/types.rb', line 5185 class ResourceStatistics < Struct.new( :total_bytes_classified, :total_detections, :total_detections_suppressed, :total_items_classified, :total_items_sensitive, :total_items_skipped, :total_items_skipped_invalid_encryption, :total_items_skipped_invalid_kms, :total_items_skipped_permission_denied) SENSITIVE = [] include Aws::Structure end |