Class: Aws::EC2::Types::NetworkAcl

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a network ACL.

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::NetworkAclAssociation>

Any associations between the network ACL and one or more subnets

Returns:



17385
17386
17387
17388
17389
17390
17391
17392
17393
# File 'lib/aws-sdk-ec2/types.rb', line 17385

class NetworkAcl < Struct.new(
  :associations,
  :entries,
  :is_default,
  :network_acl_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#entriesArray<Types::NetworkAclEntry>

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

Returns:



17385
17386
17387
17388
17389
17390
17391
17392
17393
# File 'lib/aws-sdk-ec2/types.rb', line 17385

class NetworkAcl < Struct.new(
  :associations,
  :entries,
  :is_default,
  :network_acl_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#is_defaultBoolean

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

Returns:

  • (Boolean)


17385
17386
17387
17388
17389
17390
17391
17392
17393
# File 'lib/aws-sdk-ec2/types.rb', line 17385

class NetworkAcl < Struct.new(
  :associations,
  :entries,
  :is_default,
  :network_acl_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#network_acl_idString

The ID of the network ACL.

Returns:

  • (String)


17385
17386
17387
17388
17389
17390
17391
17392
17393
# File 'lib/aws-sdk-ec2/types.rb', line 17385

class NetworkAcl < Struct.new(
  :associations,
  :entries,
  :is_default,
  :network_acl_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the network ACL.

Returns:



17385
17386
17387
17388
17389
17390
17391
17392
17393
# File 'lib/aws-sdk-ec2/types.rb', line 17385

class NetworkAcl < Struct.new(
  :associations,
  :entries,
  :is_default,
  :network_acl_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC for the network ACL.

Returns:

  • (String)


17385
17386
17387
17388
17389
17390
17391
17392
17393
# File 'lib/aws-sdk-ec2/types.rb', line 17385

class NetworkAcl < Struct.new(
  :associations,
  :entries,
  :is_default,
  :network_acl_id,
  :tags,
  :vpc_id)
  include Aws::Structure
end