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)


3243
3244
3245
3246
3247
3248
# File 'lib/aws-sdk-odb/types.rb', line 3243

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)


3243
3244
3245
3246
3247
3248
# File 'lib/aws-sdk-odb/types.rb', line 3243

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