Class: Aws::Types::NetworkAclAssociation
- Inherits:
-
Object
- Object
- Aws::Types::NetworkAclAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_acl_association_id ⇒ ::String
Returns the value of attribute network_acl_association_id.
-
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#network_acl_association_id ⇒ ::String
Returns the value of attribute network_acl_association_id.
14636 14637 14638 |
# File 'sig/types.rbs', line 14636 def network_acl_association_id @network_acl_association_id end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
14637 14638 14639 |
# File 'sig/types.rbs', line 14637 def network_acl_id @network_acl_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
14638 14639 14640 |
# File 'sig/types.rbs', line 14638 def subnet_id @subnet_id end |