Class: Aws::Macie2::Types::DeleteAllowListRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
# File 'lib/aws-sdk-macie2/types.rb', line 1810

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

#ignore_job_checksString

Returns:

  • (String)


1810
1811
1812
1813
1814
1815
# File 'lib/aws-sdk-macie2/types.rb', line 1810

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