Class: Aws::SecurityHub::Types::AwsEc2NetworkAclAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#network_acl_association_idString

The identifier of the association between the network ACL and the subnet.

Returns:

  • (String)


7792
7793
7794
7795
7796
7797
7798
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7792

class AwsEc2NetworkAclAssociation < Struct.new(
  :network_acl_association_id,
  :network_acl_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_acl_idString

The identifier of the network ACL.

Returns:

  • (String)


7792
7793
7794
7795
7796
7797
7798
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7792

class AwsEc2NetworkAclAssociation < Struct.new(
  :network_acl_association_id,
  :network_acl_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The identifier of the subnet that is associated with the network ACL.

Returns:

  • (String)


7792
7793
7794
7795
7796
7797
7798
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7792

class AwsEc2NetworkAclAssociation < Struct.new(
  :network_acl_association_id,
  :network_acl_id,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end