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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1715

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

#ignore_job_checksString

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1715

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