Class: Aws::FMS::Types::CreateNetworkAclAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::CreateNetworkAclAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Information about the ‘CreateNetworkAcl` 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.
-
#vpc ⇒ Types::ActionTarget
The VPC that’s associated with the remediation action.
Instance Attribute Details
#description ⇒ String
Brief description of this remediation action.
551 552 553 554 555 556 557 |
# File 'lib/aws-sdk-fms/types.rb', line 551 class CreateNetworkAclAction < Struct.new( :description, :vpc, :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.
551 552 553 554 555 556 557 |
# File 'lib/aws-sdk-fms/types.rb', line 551 class CreateNetworkAclAction < Struct.new( :description, :vpc, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Types::ActionTarget
The VPC that’s associated with the remediation action.
551 552 553 554 555 556 557 |
# File 'lib/aws-sdk-fms/types.rb', line 551 class CreateNetworkAclAction < Struct.new( :description, :vpc, :fms_can_remediate) SENSITIVE = [] include Aws::Structure end |