Class: Aws::Odb::Types::GetOdbNetworkInput

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

#odb_network_idString

The unique identifier of the ODB network.

Returns:

  • (String)


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