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)


4439
4440
4441
# File 'sig/types.rbs', line 4439

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


4438
4439
4440
# File 'sig/types.rbs', line 4438

def force
  @force
end

#network_interface_permission_id::String

Returns the value of attribute network_interface_permission_id.

Returns:

  • (::String)


4437
4438
4439
# File 'sig/types.rbs', line 4437

def network_interface_permission_id
  @network_interface_permission_id
end