You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::NetworkAcl
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkAcl
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::NetworkAclAssociation>
Any associations between the network ACL and one or more subnets.
-
#entries ⇒ Array<Types::NetworkAclEntry>
One or more entries (rules) in the network ACL.
-
#is_default ⇒ Boolean
Indicates whether this is the default network ACL for the VPC.
-
#network_acl_id ⇒ String
The ID of the network ACL.
-
#owner_id ⇒ String
The ID of the AWS account that owns the network ACL.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the network ACL.
-
#vpc_id ⇒ String
The ID of the VPC for the network ACL.
Instance Attribute Details
#associations ⇒ Array<Types::NetworkAclAssociation>
Any associations between the network ACL and one or more subnets
#entries ⇒ Array<Types::NetworkAclEntry>
One or more entries (rules) in the network ACL.
#is_default ⇒ Boolean
Indicates whether this is the default network ACL for the VPC.
#network_acl_id ⇒ String
The ID of the network ACL.
#owner_id ⇒ String
The ID of the AWS account that owns the network ACL.
#tags ⇒ Array<Types::Tag>
Any tags assigned to the network ACL.
#vpc_id ⇒ String
The ID of the VPC for the network ACL.