Class: Aws::Macie2::Types::BatchGetCustomDataIdentifierSummary

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

Overview

Provides information about a custom data identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString



390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-macie2/types.rb', line 390

class BatchGetCustomDataIdentifierSummary < Struct.new(
  :arn,
  :created_at,
  :deleted,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime



390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-macie2/types.rb', line 390

class BatchGetCustomDataIdentifierSummary < Struct.new(
  :arn,
  :created_at,
  :deleted,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#deletedBoolean



390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-macie2/types.rb', line 390

class BatchGetCustomDataIdentifierSummary < Struct.new(
  :arn,
  :created_at,
  :deleted,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString



390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-macie2/types.rb', line 390

class BatchGetCustomDataIdentifierSummary < Struct.new(
  :arn,
  :created_at,
  :deleted,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString



390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-macie2/types.rb', line 390

class BatchGetCustomDataIdentifierSummary < Struct.new(
  :arn,
  :created_at,
  :deleted,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString



390
391
392
393
394
395
396
397
398
399
# File 'lib/aws-sdk-macie2/types.rb', line 390

class BatchGetCustomDataIdentifierSummary < Struct.new(
  :arn,
  :created_at,
  :deleted,
  :description,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end