Class: Aws::Odb::Types::DeleteOdbNetworkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DeleteOdbNetworkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_associated_resources ⇒ Boolean
Specifies whether to delete associated OCI networking resources along with the ODB network.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network to delete.
Instance Attribute Details
#delete_associated_resources ⇒ Boolean
Specifies whether to delete associated OCI networking resources along with the ODB network.
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_id ⇒ String
The unique identifier of the ODB network to delete.
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 |