Class: Aws::EC2::Types::NetworkAclAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::NetworkAclAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an association between a network ACL and a subnet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_acl_association_id ⇒ String
The ID of the association between a network ACL and a subnet.
-
#network_acl_id ⇒ String
The ID of the network ACL.
-
#subnet_id ⇒ String
The ID of the subnet.
Instance Attribute Details
#network_acl_association_id ⇒ String
The ID of the association between a network ACL and a subnet.
52474 52475 52476 52477 52478 52479 52480 |
# File 'lib/aws-sdk-ec2/types.rb', line 52474 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#network_acl_id ⇒ String
The ID of the network ACL.
52474 52475 52476 52477 52478 52479 52480 |
# File 'lib/aws-sdk-ec2/types.rb', line 52474 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The ID of the subnet.
52474 52475 52476 52477 52478 52479 52480 |
# File 'lib/aws-sdk-ec2/types.rb', line 52474 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |