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

Returns:

  • (String)


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

Returns:

  • (Time)


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

Returns:

  • (Boolean)


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

Returns:

  • (String)


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

Returns:

  • (String)


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

Returns:

  • (String)


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