Class: Aws::Macie2::Types::DeleteAllowListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::DeleteAllowListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#id ⇒ 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_checks ⇒ 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 |