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
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 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.
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 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.
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 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.
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 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.
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 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.
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 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.
      56263 56264 56265 56266 56267 56268 56269 56270 56271 56272 56273  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56263 class NetworkAcl < Struct.new( :associations, :entries, :is_default, :network_acl_id, :tags, :vpc_id, :owner_id) SENSITIVE = [] include Aws::Structure end  |