Class: Aws::Types::DeleteNetworkAclRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4387
4388
4389
# File 'sig/types.rbs', line 4387

def dry_run
  @dry_run
end

#network_acl_id::String

Returns the value of attribute network_acl_id.

Returns:

  • (::String)


4388
4389
4390
# File 'sig/types.rbs', line 4388

def network_acl_id
  @network_acl_id
end