Class: Aws::SecurityHub::Types::AwsEc2NetworkAclDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Contains details about an Amazon EC2 network access control list (ACL).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::AwsEc2NetworkAclAssociation>

Associations between the network ACL and subnets.



7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7830

class AwsEc2NetworkAclDetails < Struct.new(
  :is_default,
  :network_acl_id,
  :owner_id,
  :vpc_id,
  :associations,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#entriesArray<Types::AwsEc2NetworkAclEntry>

The set of rules in the network ACL.

Returns:



7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7830

class AwsEc2NetworkAclDetails < Struct.new(
  :is_default,
  :network_acl_id,
  :owner_id,
  :vpc_id,
  :associations,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Whether this is the default network ACL for the VPC.

Returns:

  • (Boolean)


7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7830

class AwsEc2NetworkAclDetails < Struct.new(
  :is_default,
  :network_acl_id,
  :owner_id,
  :vpc_id,
  :associations,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#network_acl_idString

The identifier of the network ACL.

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7830

class AwsEc2NetworkAclDetails < Struct.new(
  :is_default,
  :network_acl_id,
  :owner_id,
  :vpc_id,
  :associations,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The identifier of the Amazon Web Services account that owns the network ACL.

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7830

class AwsEc2NetworkAclDetails < Struct.new(
  :is_default,
  :network_acl_id,
  :owner_id,
  :vpc_id,
  :associations,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The identifier of the VPC for the network ACL.

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7830

class AwsEc2NetworkAclDetails < Struct.new(
  :is_default,
  :network_acl_id,
  :owner_id,
  :vpc_id,
  :associations,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end