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.
68053 68054 68055 68056 68057 68058 68059 |
# File 'lib/aws-sdk-ec2/types.rb', line 68053 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.
68053 68054 68055 68056 68057 68058 68059 |
# File 'lib/aws-sdk-ec2/types.rb', line 68053 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.
68053 68054 68055 68056 68057 68058 68059 |
# File 'lib/aws-sdk-ec2/types.rb', line 68053 class NetworkAclAssociation < Struct.new( :network_acl_association_id, :network_acl_id, :subnet_id) SENSITIVE = [] include Aws::Structure end |