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.
8167 8168 8169 8170 8171 8172 8173 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8167 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.
8167 8168 8169 8170 8171 8172 8173 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8167 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.
8167 8168 8169 8170 8171 8172 8173 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8167 class AwsEc2NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |