Class: Aws::Macie2::Types::Detection

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 Amazon Macie found in an S3 bucket while performing automated sensitive data discovery for the bucket. The information also specifies the custom data identifier or managed data identifier that detected the data. This information is available only if automated sensitive data discovery is currently enabled for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2054

class Detection < Struct.new(
  :arn,
  :count,
  :id,
  :name,
  :suppressed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

Returns:

  • (Integer)


2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2054

class Detection < Struct.new(
  :arn,
  :count,
  :id,
  :name,
  :suppressed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2054

class Detection < Struct.new(
  :arn,
  :count,
  :id,
  :name,
  :suppressed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2054

class Detection < Struct.new(
  :arn,
  :count,
  :id,
  :name,
  :suppressed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#suppressedBoolean

Returns:

  • (Boolean)


2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2054

class Detection < Struct.new(
  :arn,
  :count,
  :id,
  :name,
  :suppressed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of data identifier that detected a specific type of sensitive data in an S3 bucket. Possible values are:

Returns:

  • (String)


2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2054

class Detection < Struct.new(
  :arn,
  :count,
  :id,
  :name,
  :suppressed,
  :type)
  SENSITIVE = []
  include Aws::Structure
end