Class: Aws::Macie2::Types::TestCustomDataIdentifierResponse

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

Overview

Provides test results for a custom data identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#match_countInteger

Returns:

  • (Integer)


6260
6261
6262
6263
6264
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6260

class TestCustomDataIdentifierResponse < Struct.new(
  :match_count)
  SENSITIVE = []
  include Aws::Structure
end