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

#arn ⇒ String

Returns:

  • (String)


390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-macie2/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_at ⇒ Time

Returns:

  • (Time)


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

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

#deleted ⇒ Boolean

Returns:

  • (Boolean)


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

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

#description ⇒ String

Returns:

  • (String)


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

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

#id ⇒ String

Returns:

  • (String)


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

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

#name ⇒ String

Returns:

  • (String)


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

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