Class: Aws::Types::DeleteNetworkInterfacePermissionRequest

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)


4575
4576
4577
# File 'sig/types.rbs', line 4575

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


4574
4575
4576
# File 'sig/types.rbs', line 4574

def force
  @force
end

#network_interface_permission_id::String

Returns the value of attribute network_interface_permission_id.

Returns:

  • (::String)


4573
4574
4575
# File 'sig/types.rbs', line 4573

def network_interface_permission_id
  @network_interface_permission_id
end