Class: Aws::EC2::Types::NetworkAclAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkAclAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an association between a network ACL and a subnet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_acl_association_id ⇒ String
The ID of the association between a network ACL and a subnet.
-
#network_acl_id ⇒ String
The ID of the network ACL.
-
#subnet_id ⇒ String
The ID of the subnet.
Instance Attribute Details
#network_acl_association_id ⇒ String
The ID of the association between a network ACL and a subnet.
67124 67125 67126 67127 67128 67129 67130 |
# File 'lib/aws-sdk-ec2/types.rb', line 67124 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#network_acl_id ⇒ String
The ID of the network ACL.
67124 67125 67126 67127 67128 67129 67130 |
# File 'lib/aws-sdk-ec2/types.rb', line 67124 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
67124 67125 67126 67127 67128 67129 67130 |
# File 'lib/aws-sdk-ec2/types.rb', line 67124 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |