Class: Aws::Types::NetworkAclAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_acl_association_id::String

Returns the value of attribute network_acl_association_id.

Returns:

  • (::String)


15278
15279
15280
# File 'sig/types.rbs', line 15278

def network_acl_association_id
  @network_acl_association_id
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


15279
15280
15281
# File 'sig/types.rbs', line 15279

def network_acl_id
  @network_acl_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


15280
15281
15282
# File 'sig/types.rbs', line 15280

def subnet_id
  @subnet_id
end