Class: Aws::Tnb::Types::LcmOperationInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Tnb::Types::LcmOperationInfo
 
 
- Defined in:
 - gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
 
Overview
Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
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.
      1202 1203 1204 1205 1206  | 
    
      # File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1202 class LcmOperationInfo < Struct.new( :ns_lcm_op_occ_id) SENSITIVE = [] include Aws::Structure end  |