Class: Aws::Macie2::Types::SensitivityInspectionTemplatesEntry

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

Overview

Provides information about the sensitivity inspection template for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Returns:

  • (String)


5956
5957
5958
5959
5960
5961
# File 'lib/aws-sdk-macie2/types.rb', line 5956

class SensitivityInspectionTemplatesEntry < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


5956
5957
5958
5959
5960
5961
# File 'lib/aws-sdk-macie2/types.rb', line 5956

class SensitivityInspectionTemplatesEntry < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end