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.
16424 16425 16426 |
# File 'sig/types.rbs', line 16424 def association_id @association_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16423 16424 16425 |
# File 'sig/types.rbs', line 16423 def dry_run @dry_run end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
16425 16426 16427 |
# File 'sig/types.rbs', line 16425 def network_acl_id @network_acl_id end |