Class: Aws::FMS::Types::ReplaceNetworkAclAssociationAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ReplaceNetworkAclAssociationAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the ‘ReplaceNetworkAclAssociation` action in Amazon EC2. This is a remediation option in `RemediationAction`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ Types::ActionTarget
Describes a remediation action target.
-
#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_id ⇒ Types::ActionTarget
The network ACL that’s associated with the remediation action.
Instance Attribute Details
#association_id ⇒ Types::ActionTarget
Describes a remediation action target.
4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-fms/types.rb', line 4261 class ReplaceNetworkAclAssociationAction < Struct.new( :description, :association_id, :network_acl_id, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Brief description of this remediation action.
4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-fms/types.rb', line 4261 class ReplaceNetworkAclAssociationAction < Struct.new( :description, :association_id, :network_acl_id, :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.
4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-fms/types.rb', line 4261 class ReplaceNetworkAclAssociationAction < Struct.new( :description, :association_id, :network_acl_id, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |
#network_acl_id ⇒ Types::ActionTarget
The network ACL that’s associated with the remediation action.
4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-fms/types.rb', line 4261 class ReplaceNetworkAclAssociationAction < Struct.new( :description, :association_id, :network_acl_id, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |