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