Class: Aws::Odb::Types::GetOdbNetworkOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetOdbNetworkOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#odb_network ⇒ Types::OdbNetwork
The ODB network.
Instance Attribute Details
#odb_network ⇒ Types::OdbNetwork
The ODB network.
3646 3647 3648 3649 3650 |
# File 'lib/aws-sdk-odb/types.rb', line 3646 class GetOdbNetworkOutput < Struct.new( :odb_network) SENSITIVE = [] include Aws::Structure end |