Class: Aws::Types::ReplaceNetworkAclAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceNetworkAclAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#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
#association_id ⇒ ::String
Returns the value of attribute association_id.
15788 15789 15790 |
# File 'sig/types.rbs', line 15788 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15787 15788 15789 |
# File 'sig/types.rbs', line 15787 def dry_run @dry_run end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
15789 15790 15791 |
# File 'sig/types.rbs', line 15789 def network_acl_id @network_acl_id end |