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:



15267
15268
15269
# File 'sig/types.rbs', line 15267

def associations
  @associations
end

#entries::Array[Types::NetworkAclEntry]

Returns the value of attribute entries.

Returns:



15268
15269
15270
# File 'sig/types.rbs', line 15268

def entries
  @entries
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


15269
15270
15271
# File 'sig/types.rbs', line 15269

def is_default
  @is_default
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


15270
15271
15272
# File 'sig/types.rbs', line 15270

def network_acl_id
  @network_acl_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


15273
15274
15275
# File 'sig/types.rbs', line 15273

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



15271
15272
15273
# File 'sig/types.rbs', line 15271

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


15272
15273
15274
# File 'sig/types.rbs', line 15272

def vpc_id
  @vpc_id
end