Class: Aws::EC2::Types::NetworkAclAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an association between a network ACL and a subnet.

Instance Attribute Summary collapse

Instance Attribute Details

#network_acl_association_idString

The ID of the association between a network ACL and a subnet.

Returns:

  • (String)


27077
27078
27079
27080
27081
27082
# File 'lib/aws-sdk-ec2/types.rb', line 27077

class NetworkAclAssociation < Struct.new(
  :network_acl_association_id,
  :network_acl_id,
  :subnet_id)
  include Aws::Structure
end

#network_acl_idString

The ID of the network ACL.

Returns:

  • (String)


27077
27078
27079
27080
27081
27082
# File 'lib/aws-sdk-ec2/types.rb', line 27077

class NetworkAclAssociation < Struct.new(
  :network_acl_association_id,
  :network_acl_id,
  :subnet_id)
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


27077
27078
27079
27080
27081
27082
# File 'lib/aws-sdk-ec2/types.rb', line 27077

class NetworkAclAssociation < Struct.new(
  :network_acl_association_id,
  :network_acl_id,
  :subnet_id)
  include Aws::Structure
end