Class: Aws::Odb::Types::GetOdbNetworkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetOdbNetworkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#odb_network_id ⇒ String
The unique identifier of the ODB network.
Instance Attribute Details
#odb_network_id ⇒ String
The unique identifier of the ODB network.
3634 3635 3636 3637 3638 |
# File 'lib/aws-sdk-odb/types.rb', line 3634 class GetOdbNetworkInput < Struct.new( :odb_network_id) SENSITIVE = [] include Aws::Structure end |