Class: Aws::Types::ListSolNetworkOperationsInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



431
432
433
# File 'sig/types.rbs', line 431

def arn
  @arn
end

#errorTypes::ProblemDetails

Returns the value of attribute error.

Returns:



432
433
434
# File 'sig/types.rbs', line 432

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:



433
434
435
# File 'sig/types.rbs', line 433

def id
  @id
end

#lcm_operation_type"INSTANTIATE", ...

Returns the value of attribute lcm_operation_type.

Returns:



434
435
436
# File 'sig/types.rbs', line 434

def lcm_operation_type
  @lcm_operation_type
end

#metadataTypes::ListSolNetworkOperationsMetadata

Returns the value of attribute metadata.

Returns:



435
436
437
# File 'sig/types.rbs', line 435

def 
  @metadata
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:



436
437
438
# File 'sig/types.rbs', line 436

def ns_instance_id
  @ns_instance_id
end

#operation_state"PROCESSING", ...

Returns the value of attribute operation_state.

Returns:



437
438
439
# File 'sig/types.rbs', line 437

def operation_state
  @operation_state
end

#update_type"MODIFY_VNF_INFORMATION", "UPDATE_NS"

Returns the value of attribute update_type.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def update_type
  @update_type
end