Class: Aws::Types::ResetNetworkInterfaceAttributeRequest

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)


16847
16848
16849
# File 'sig/types.rbs', line 16847

def dry_run
  @dry_run
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


16848
16849
16850
# File 'sig/types.rbs', line 16848

def network_interface_id
  @network_interface_id
end

#source_dest_check::String

Returns the value of attribute source_dest_check.

Returns:

  • (::String)


16849
16850
16851
# File 'sig/types.rbs', line 16849

def source_dest_check
  @source_dest_check
end