Class: Aws::FMS::Types::DeleteNetworkAclEntriesAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DeleteNetworkAclEntriesAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the ‘DeleteNetworkAclEntries` action in Amazon EC2. This is a remediation option in `RemediationAction`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Brief description of this remediation action.
-
#fms_can_remediate ⇒ Boolean
Indicates whether it is possible for Firewall Manager to perform this remediation action.
-
#network_acl_entries_to_be_deleted ⇒ Array<Types::EntryDescription>
Lists the entries that the remediation action would delete.
-
#network_acl_id ⇒ Types::ActionTarget
The network ACL that’s associated with the remediation action.
Instance Attribute Details
#description ⇒ String
Brief description of this remediation action.
630 631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-fms/types.rb', line 630 class DeleteNetworkAclEntriesAction < Struct.new( :description, :network_acl_id, :network_acl_entries_to_be_deleted, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |
#fms_can_remediate ⇒ Boolean
Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
630 631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-fms/types.rb', line 630 class DeleteNetworkAclEntriesAction < Struct.new( :description, :network_acl_id, :network_acl_entries_to_be_deleted, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |
#network_acl_entries_to_be_deleted ⇒ Array<Types::EntryDescription>
Lists the entries that the remediation action would delete.
630 631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-fms/types.rb', line 630 class DeleteNetworkAclEntriesAction < Struct.new( :description, :network_acl_id, :network_acl_entries_to_be_deleted, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |
#network_acl_id ⇒ Types::ActionTarget
The network ACL that’s associated with the remediation action.
630 631 632 633 634 635 636 637 |
# File 'lib/aws-sdk-fms/types.rb', line 630 class DeleteNetworkAclEntriesAction < Struct.new( :description, :network_acl_id, :network_acl_entries_to_be_deleted, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |