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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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>)


348
349
350
351
352
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 348

class BatchGetCustomDataIdentifiersRequest < Struct.new(
  :ids)
  SENSITIVE = []
  include Aws::Structure
end