Class: Aws::Types::ReplaceNetworkAclAssociationAction
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceNetworkAclAssociationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ Types::ActionTarget
Returns the value of attribute association_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
-
#network_acl_id ⇒ Types::ActionTarget
Returns the value of attribute network_acl_id.
Instance Attribute Details
#association_id ⇒ Types::ActionTarget
Returns the value of attribute association_id.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def association_id @association_id end |
#description ⇒ ::String
Returns the value of attribute description.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def description @description end |
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def fms_can_remediate @fms_can_remediate end |
#network_acl_id ⇒ Types::ActionTarget
Returns the value of attribute network_acl_id.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def network_acl_id @network_acl_id end |