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.
4379 4380 4381 |
# File 'sig/types.rbs', line 4379 def dry_run @dry_run end |
#egress ⇒ Boolean
Returns the value of attribute egress.
4382 4383 4384 |
# File 'sig/types.rbs', line 4382 def egress @egress end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
4380 4381 4382 |
# File 'sig/types.rbs', line 4380 def network_acl_id @network_acl_id end |
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
4381 4382 4383 |
# File 'sig/types.rbs', line 4381 def rule_number @rule_number end |