Class: Aws::SecurityHub::Types::AwsEc2NetworkAclAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::AwsEc2NetworkAclAssociation
 
 
- Defined in:
 - gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
 
Overview
An association between the network ACL and a subnet.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #network_acl_association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the association between the network ACL and the subnet.
 - 
  
    
      #network_acl_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the network ACL.
 - 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the subnet that is associated with the network ACL.
 
Instance Attribute Details
#network_acl_association_id ⇒ String
The identifier of the association between the network ACL and the subnet.
      8007 8008 8009 8010 8011 8012 8013  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8007 class AwsEc2NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#network_acl_id ⇒ String
The identifier of the network ACL.
      8007 8008 8009 8010 8011 8012 8013  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8007 class AwsEc2NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_id ⇒ String
The identifier of the subnet that is associated with the network ACL.
      8007 8008 8009 8010 8011 8012 8013  | 
    
      # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8007 class AwsEc2NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end  |