Class: Aws::Types::DeleteNetworkAclEntryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkAclEntryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#egress ⇒ Boolean
Returns the value of attribute egress.
-
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
-
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def dry_run @dry_run end |
#egress ⇒ Boolean
Returns the value of attribute egress.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def egress @egress end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
4516 4517 4518 |
# File 'sig/types.rbs', line 4516 def network_acl_id @network_acl_id end |
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
4517 4518 4519 |
# File 'sig/types.rbs', line 4517 def rule_number @rule_number end |