Class: Aws::Tnb::Types::LcmOperationInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#ns_lcm_op_occ_idString

The identifier of the network operation.

Returns:

  • (String)


1202
1203
1204
1205
1206
# File 'lib/aws-sdk-tnb/types.rb', line 1202

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