Class: Aws::Types::AwsEc2NetworkAclAssociation
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2NetworkAclAssociation
- 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.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def network_acl_association_id @network_acl_association_id end |
#network_acl_id ⇒ ::String
Returns the value of attribute network_acl_id.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def network_acl_id @network_acl_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def subnet_id @subnet_id end |