Class: Aws::Types::DeleteNetworkAclEntriesAction
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkAclEntriesAction
- 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.
-
#network_acl_entries_to_be_deleted ⇒ ::Array[Types::EntryDescription]
Returns the value of attribute network_acl_entries_to_be_deleted.
-
#network_acl_id ⇒ Types::ActionTarget
Returns the value of attribute network_acl_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
153 154 155 |
# File 'sig/types.rbs', line 153 def description @description end |
#fms_can_remediate ⇒ Boolean
Returns the value of attribute fms_can_remediate.
156 157 158 |
# File 'sig/types.rbs', line 156 def fms_can_remediate @fms_can_remediate end |
#network_acl_entries_to_be_deleted ⇒ ::Array[Types::EntryDescription]
Returns the value of attribute network_acl_entries_to_be_deleted.
155 156 157 |
# File 'sig/types.rbs', line 155 def network_acl_entries_to_be_deleted @network_acl_entries_to_be_deleted end |
#network_acl_id ⇒ Types::ActionTarget
Returns the value of attribute network_acl_id.
154 155 156 |
# File 'sig/types.rbs', line 154 def network_acl_id @network_acl_id end |