Class: Aws::Macie2::Types::BatchGetCustomDataIdentifiersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BatchGetCustomDataIdentifiersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about one or more custom data identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #custom_data_identifiers ⇒ Array<Types::BatchGetCustomDataIdentifierSummary>
- #not_found_identifier_ids ⇒ Array<String>
Instance Attribute Details
#custom_data_identifiers ⇒ Array<Types::BatchGetCustomDataIdentifierSummary>
425 426 427 428 429 430 |
# File 'lib/aws-sdk-macie2/types.rb', line 425 class BatchGetCustomDataIdentifiersResponse < Struct.new( :custom_data_identifiers, :not_found_identifier_ids) SENSITIVE = [] include Aws::Structure end |
#not_found_identifier_ids ⇒ Array<String>
425 426 427 428 429 430 |
# File 'lib/aws-sdk-macie2/types.rb', line 425 class BatchGetCustomDataIdentifiersResponse < Struct.new( :custom_data_identifiers, :not_found_identifier_ids) SENSITIVE = [] include Aws::Structure end |