Class: Aws::Tnb::Types::GetSolNetworkOperationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkOperationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ns_lcm_op_occ_id ⇒ String
The identifier of the network operation.
Instance Attribute Details
#ns_lcm_op_occ_id ⇒ String
The identifier of the network operation.
705 706 707 708 709 |
# File 'lib/aws-sdk-tnb/types.rb', line 705 class GetSolNetworkOperationInput < Struct.new( :ns_lcm_op_occ_id) SENSITIVE = [] include Aws::Structure end |