Class: Aws::Macie2::Types::CustomDetection

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

Overview

Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1635

class CustomDetection < Struct.new(
  :arn,
  :count,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

Returns:

  • (Integer)


1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1635

class CustomDetection < Struct.new(
  :arn,
  :count,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1635

class CustomDetection < Struct.new(
  :arn,
  :count,
  :name,
  :occurrences)
  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:



1635
1636
1637
1638
1639
1640
1641
1642
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1635

class CustomDetection < Struct.new(
  :arn,
  :count,
  :name,
  :occurrences)
  SENSITIVE = []
  include Aws::Structure
end