Class: Aws::Tnb::Types::GetSolNetworkOperationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ns_lcm_op_occ_idString

The identifier of the network operation.

Returns:

  • (String)


705
706
707
708
709
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 705

class GetSolNetworkOperationInput < Struct.new(
  :ns_lcm_op_occ_id)
  SENSITIVE = []
  include Aws::Structure
end