Class: Aws::Types::DeleteOdbNetworkInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_associated_resourcesBoolean

Returns the value of attribute delete_associated_resources.

Returns:

  • (Boolean)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def delete_associated_resources
  @delete_associated_resources
end

#odb_network_id::String

Returns the value of attribute odb_network_id.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def odb_network_id
  @odb_network_id
end