Class: Aws::Types::DeleteOdbNetworkInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteOdbNetworkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_associated_resources ⇒ Boolean
Returns the value of attribute delete_associated_resources.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
Instance Attribute Details
#delete_associated_resources ⇒ Boolean
Returns the value of attribute delete_associated_resources.
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.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def odb_network_id @odb_network_id end |