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.
16430 16431 16432 |
# File 'sig/types.rbs', line 16430 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16429 16430 16431 |
# File 'sig/types.rbs', line 16429 def dry_run @dry_run end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
16431 16432 16433 |
# File 'sig/types.rbs', line 16431 def network_acl_id @network_acl_id end |