Class: Aws::Types::CreateNetworkAclAction
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkAclAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
-
#vpc ⇒ Types::ActionTarget
Returns the value of attribute vpc.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
133 134 135 |
# File 'sig/types.rbs', line 133 def description @description end |
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
135 136 137 |
# File 'sig/types.rbs', line 135 def fms_can_remediate @fms_can_remediate end |
#vpc ⇒ Types::ActionTarget
Returns the value of attribute vpc.
134 135 136 |
# File 'sig/types.rbs', line 134 def vpc @vpc end |