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
show all
Defined in:
(unknown)

Overview

Describes a network ACL.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::NetworkAclAssociation>

Any associations between the network ACL and one or more subnets

Returns:

#entriesArray<Types::NetworkAclEntry>

One or more entries (rules) in the network ACL.

Returns:

#is_defaultBoolean

Indicates whether this is the default network ACL for the VPC.

Returns:

  • (Boolean)

    Indicates whether this is the default network ACL for the VPC.

#network_acl_idString

The ID of the network ACL.

Returns:

  • (String)

    The ID of the network ACL.

#owner_idString

The ID of the AWS account that owns the network ACL.

Returns:

  • (String)

    The ID of the AWS account that owns the network ACL.

#tagsArray<Types::Tag>

Any tags assigned to the network ACL.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the network ACL.

#vpc_idString

The ID of the VPC for the network ACL.

Returns:

  • (String)

    The ID of the VPC for the network ACL.