Class: Aws::Tnb::Types::GetSolNetworkInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ns_instance_id ⇒ String
ID of the network instance.
Instance Attribute Details
#ns_instance_id ⇒ String
ID of the network instance.
603 604 605 606 607 |
# File 'lib/aws-sdk-tnb/types.rb', line 603 class GetSolNetworkInstanceInput < Struct.new( :ns_instance_id) SENSITIVE = [] include Aws::Structure end |