Class: Aws::Macie2::Types::BatchGetCustomDataIdentifiersRequest

Inherits:
Struct
  • Object
show all
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

#idsArray<String>

Returns:

  • (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