Class: Aws::Types::GetSolNetworkOperationOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkOperationOutput
- 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::GetSolNetworkOperationMetadata
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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tasks ⇒ ::Array[Types::GetSolNetworkOperationTaskDetails]
Returns the value of attribute tasks.
-
#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.
217 218 219 |
# File 'sig/types.rbs', line 217 def arn @arn end |
#error ⇒ Types::ProblemDetails
Returns the value of attribute error.
218 219 220 |
# File 'sig/types.rbs', line 218 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
219 220 221 |
# File 'sig/types.rbs', line 219 def id @id end |
#lcm_operation_type ⇒ "INSTANTIATE", ...
Returns the value of attribute lcm_operation_type.
220 221 222 |
# File 'sig/types.rbs', line 220 def lcm_operation_type @lcm_operation_type end |
#metadata ⇒ Types::GetSolNetworkOperationMetadata
Returns the value of attribute metadata.
221 222 223 |
# File 'sig/types.rbs', line 221 def @metadata end |
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def ns_instance_id @ns_instance_id end |
#operation_state ⇒ "PROCESSING", ...
Returns the value of attribute operation_state.
223 224 225 |
# File 'sig/types.rbs', line 223 def operation_state @operation_state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
224 225 226 |
# File 'sig/types.rbs', line 224 def @tags end |
#tasks ⇒ ::Array[Types::GetSolNetworkOperationTaskDetails]
Returns the value of attribute tasks.
225 226 227 |
# File 'sig/types.rbs', line 225 def tasks @tasks end |
#update_type ⇒ "MODIFY_VNF_INFORMATION", "UPDATE_NS"
Returns the value of attribute update_type.
226 227 228 |
# File 'sig/types.rbs', line 226 def update_type @update_type end |