Class: Aws::Macie2::Types::BatchGetCustomDataIdentifiersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BatchGetCustomDataIdentifiersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies one or more custom data identifiers to retrieve information about.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#ids ⇒ Array<String>
409 410 411 412 413 |
# File 'lib/aws-sdk-macie2/types.rb', line 409 class BatchGetCustomDataIdentifiersRequest < Struct.new( :ids) SENSITIVE = [] include Aws::Structure end |