Class: Aws::Types::DetachNetworkInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


8159
8160
8161
# File 'sig/types.rbs', line 8159

def attachment_id
  @attachment_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8158
8159
8160
# File 'sig/types.rbs', line 8158

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


8160
8161
8162
# File 'sig/types.rbs', line 8160

def force
  @force
end