Class: Aws::Types::NetworkAcl

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::NetworkAclAssociation]

Returns the value of attribute associations.

Returns:



14922
14923
14924
# File 'sig/types.rbs', line 14922

def associations
  @associations
end

#entries::Array[Types::NetworkAclEntry]

Returns the value of attribute entries.

Returns:



14923
14924
14925
# File 'sig/types.rbs', line 14923

def entries
  @entries
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


14924
14925
14926
# File 'sig/types.rbs', line 14924

def is_default
  @is_default
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


14925
14926
14927
# File 'sig/types.rbs', line 14925

def network_acl_id
  @network_acl_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


14928
14929
14930
# File 'sig/types.rbs', line 14928

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



14926
14927
14928
# File 'sig/types.rbs', line 14926

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


14927
14928
14929
# File 'sig/types.rbs', line 14927

def vpc_id
  @vpc_id
end