Class: Aws::SecurityHub::Types::AwsEc2NetworkAclDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2NetworkAclDetails
- 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
-
#associations ⇒ Array<Types::AwsEc2NetworkAclAssociation>
Associations between the network ACL and subnets.
-
#entries ⇒ Array<Types::AwsEc2NetworkAclEntry>
The set of rules in the network ACL.
-
#is_default ⇒ Boolean
Whether this is the default network ACL for the VPC.
-
#network_acl_id ⇒ String
The identifier of the network ACL.
-
#owner_id ⇒ String
The identifier of the Amazon Web Services account that owns the network ACL.
-
#vpc_id ⇒ String
The identifier of the VPC for the network ACL.
Instance Attribute Details
#associations ⇒ Array<Types::AwsEc2NetworkAclAssociation>
Associations between the network ACL and subnets.
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8205 class AwsEc2NetworkAclDetails < Struct.new( :is_default, :network_acl_id, :owner_id, :vpc_id, :associations, :entries) SENSITIVE = [] include Aws::Structure end |
#entries ⇒ Array<Types::AwsEc2NetworkAclEntry>
The set of rules in the network ACL.
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8205 class AwsEc2NetworkAclDetails < Struct.new( :is_default, :network_acl_id, :owner_id, :vpc_id, :associations, :entries) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Whether this is the default network ACL for the VPC.
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8205 class AwsEc2NetworkAclDetails < Struct.new( :is_default, :network_acl_id, :owner_id, :vpc_id, :associations, :entries) SENSITIVE = [] include Aws::Structure end |
#network_acl_id ⇒ String
The identifier of the network ACL.
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8205 class AwsEc2NetworkAclDetails < Struct.new( :is_default, :network_acl_id, :owner_id, :vpc_id, :associations, :entries) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The identifier of the Amazon Web Services account that owns the network ACL.
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8205 class AwsEc2NetworkAclDetails < Struct.new( :is_default, :network_acl_id, :owner_id, :vpc_id, :associations, :entries) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The identifier of the VPC for the network ACL.
8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 8205 class AwsEc2NetworkAclDetails < Struct.new( :is_default, :network_acl_id, :owner_id, :vpc_id, :associations, :entries) SENSITIVE = [] include Aws::Structure end |