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

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


329
330
331
332
333
334
335
336
337
338
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 329

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

#created_atTime

Returns:

  • (Time)


329
330
331
332
333
334
335
336
337
338
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 329

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

#deletedBoolean

Returns:

  • (Boolean)


329
330
331
332
333
334
335
336
337
338
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 329

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

#descriptionString

Returns:

  • (String)


329
330
331
332
333
334
335
336
337
338
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 329

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

#idString

Returns:

  • (String)


329
330
331
332
333
334
335
336
337
338
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 329

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

#nameString

Returns:

  • (String)


329
330
331
332
333
334
335
336
337
338
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 329

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