Class: Aws::Types::DeleteNetworkAclRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkAclRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def dry_run @dry_run end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def network_acl_id @network_acl_id end |