Class: Aws::Types::ListSolNetworkOperationsInfo
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkOperationsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#error ⇒ Types::ProblemDetails
Returns the value of attribute error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lcm_operation_type ⇒ "INSTANTIATE", ...
Returns the value of attribute lcm_operation_type.
-
#metadata ⇒ Types::ListSolNetworkOperationsMetadata
Returns the value of attribute metadata.
-
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
-
#operation_state ⇒ "PROCESSING", ...
Returns the value of attribute operation_state.
-
#update_type ⇒ "MODIFY_VNF_INFORMATION", "UPDATE_NS"
Returns the value of attribute update_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
431 432 433 |
# File 'sig/types.rbs', line 431 def arn @arn end |
#error ⇒ Types::ProblemDetails
Returns the value of attribute error.
432 433 434 |
# File 'sig/types.rbs', line 432 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
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.
434 435 436 |
# File 'sig/types.rbs', line 434 def lcm_operation_type @lcm_operation_type end |
#metadata ⇒ Types::ListSolNetworkOperationsMetadata
Returns the value of attribute metadata.
435 436 437 |
# File 'sig/types.rbs', line 435 def @metadata end |
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
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.
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.
438 439 440 |
# File 'sig/types.rbs', line 438 def update_type @update_type end |