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)


51530
51531
51532
51533
51534
51535
51536
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51530

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)


51530
51531
51532
51533
51534
51535
51536
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51530

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)


51530
51531
51532
51533
51534
51535
51536
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 51530

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