Class: Aws::Types::AwsEc2NetworkAclDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associations::Array[Types::AwsEc2NetworkAclAssociation]

Returns the value of attribute associations.



1745
1746
1747
# File 'sig/types.rbs', line 1745

def associations
  @associations
end

#entries::Array[Types::AwsEc2NetworkAclEntry]

Returns the value of attribute entries.

Returns:



1746
1747
1748
# File 'sig/types.rbs', line 1746

def entries
  @entries
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


1741
1742
1743
# File 'sig/types.rbs', line 1741

def is_default
  @is_default
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def network_acl_id
  @network_acl_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def owner_id
  @owner_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def vpc_id
  @vpc_id
end