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)


1814
1815
1816
1817
1818
1819
# File 'lib/aws-sdk-macie2/types.rb', line 1814

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

#ignore_job_checksString

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
# File 'lib/aws-sdk-macie2/types.rb', line 1814

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