Class: Aws::Macie2::Types::DefaultDetection

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

Overview

Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns:

  • (Integer)


1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1699

class DefaultDetection < Struct.new(
  :count,
  :occurrences,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#occurrencesTypes::Occurrences

Specifies the location of 1-15 occurrences of sensitive data that was detected by a managed data identifier or a custom data identifier and produced a sensitive data finding.

Returns:



1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1699

class DefaultDetection < Struct.new(
  :count,
  :occurrences,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1699

class DefaultDetection < Struct.new(
  :count,
  :occurrences,
  :type)
  SENSITIVE = []
  include Aws::Structure
end