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
6395 6396 6397 6398 6399 |
# File 'lib/aws-sdk-macie2/types.rb', line 6395 class TestCustomDataIdentifierResponse < Struct.new( :match_count) SENSITIVE = [] include Aws::Structure end |