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.
55532 55533 55534 55535 55536 55537 55538 |
# File 'lib/aws-sdk-ec2/types.rb', line 55532 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.
55532 55533 55534 55535 55536 55537 55538 |
# File 'lib/aws-sdk-ec2/types.rb', line 55532 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.
55532 55533 55534 55535 55536 55537 55538 |
# File 'lib/aws-sdk-ec2/types.rb', line 55532 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |