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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#network_acl_association_idString

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

Returns:

  • (String)


57865
57866
57867
57868
57869
57870
57871
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57865

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

#network_acl_idString

The ID of the network ACL.

Returns:

  • (String)


57865
57866
57867
57868
57869
57870
57871
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57865

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

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


57865
57866
57867
57868
57869
57870
57871
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57865

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