Class: Aws::Macie2::Types::BatchGetCustomDataIdentifierSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BatchGetCustomDataIdentifierSummary
- 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
- #arn ⇒ String
- #created_at ⇒ Time
- #deleted ⇒ Boolean
- #description ⇒ String
- #id ⇒ String
- #name ⇒ String
Instance Attribute Details
#arn ⇒ 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_at ⇒ 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 |
#deleted ⇒ 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 |
#description ⇒ 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 |
#id ⇒ 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 |
#name ⇒ 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 |