Class: Aws::Macie2::Types::TestCustomDataIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::TestCustomDataIdentifierResponse
- Includes:
- Structure
- Defined in:
- 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_count ⇒ Integer
6406 6407 6408 6409 6410 |
# File 'lib/aws-sdk-macie2/types.rb', line 6406 class TestCustomDataIdentifierResponse < Struct.new( :match_count) SENSITIVE = [] include Aws::Structure end |