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.
4590 4591 4592 |
# File 'sig/types.rbs', line 4590 def dry_run @dry_run end |
#egress ⇒ Boolean
Returns the value of attribute egress.
4593 4594 4595 |
# File 'sig/types.rbs', line 4593 def egress @egress end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
4591 4592 4593 |
# File 'sig/types.rbs', line 4591 def network_acl_id @network_acl_id end |
#rule_number ⇒ ::Integer
Returns the value of attribute rule_number.
4592 4593 4594 |
# File 'sig/types.rbs', line 4592 def rule_number @rule_number end |