Class: Aws::EC2::Types::NetworkAcl
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkAcl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a network ACL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::NetworkAclAssociation>
Any associations between the network ACL and your subnets.
-
#entries ⇒ Array<Types::NetworkAclEntry>
The 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 Amazon Web Services 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 your subnets
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |
#entries ⇒ Array<Types::NetworkAclEntry>
The entries (rules) in the network ACL.
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default network ACL for the VPC.
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |
#network_acl_id ⇒ String
The ID of the network ACL.
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the network ACL.
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the network ACL.
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC for the network ACL.
55504 55505 55506 55507 55508 55509 55510 55511 55512 55513 55514 |
# File 'lib/aws-sdk-ec2/types.rb', line 55504 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end |