Class: Aws::Macie2::Types::BatchGetCustomDataIdentifiersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about one or more custom data identifiers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_data_identifiersArray<Types::BatchGetCustomDataIdentifierSummary>



364
365
366
367
368
369
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 364

class BatchGetCustomDataIdentifiersResponse < Struct.new(
  :custom_data_identifiers,
  :not_found_identifier_ids)
  SENSITIVE = []
  include Aws::Structure
end

#not_found_identifier_idsArray<String>

Returns:

  • (Array<String>)


364
365
366
367
368
369
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 364

class BatchGetCustomDataIdentifiersResponse < Struct.new(
  :custom_data_identifiers,
  :not_found_identifier_ids)
  SENSITIVE = []
  include Aws::Structure
end