Class: Aws::Odb::Types::DeleteOdbNetworkInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_associated_resourcesBoolean

Specifies whether to delete associated OCI networking resources along with the ODB network.

Returns:

  • (Boolean)


3343
3344
3345
3346
3347
3348
# File 'lib/aws-sdk-odb/types.rb', line 3343

class DeleteOdbNetworkInput < Struct.new(
  :odb_network_id,
  :delete_associated_resources)
  SENSITIVE = []
  include Aws::Structure
end

#odb_network_idString

The unique identifier of the ODB network to delete.

Returns:

  • (String)


3343
3344
3345
3346
3347
3348
# File 'lib/aws-sdk-odb/types.rb', line 3343

class DeleteOdbNetworkInput < Struct.new(
  :odb_network_id,
  :delete_associated_resources)
  SENSITIVE = []
  include Aws::Structure
end