Class: Aws::Types::GetSolVnfInfo
- Inherits:
-
Object
- Object
- Aws::Types::GetSolVnfInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#vnf_state ⇒ "STARTED", "STOPPED"
Returns the value of attribute vnf_state.
-
#vnfc_resource_info ⇒ ::Array[Types::GetSolVnfcResourceInfo]
Returns the value of attribute vnfc_resource_info.
Instance Attribute Details
#vnf_state ⇒ "STARTED", "STOPPED"
Returns the value of attribute vnf_state.
291 292 293 |
# File 'sig/types.rbs', line 291 def vnf_state @vnf_state end |
#vnfc_resource_info ⇒ ::Array[Types::GetSolVnfcResourceInfo]
Returns the value of attribute vnfc_resource_info.
292 293 294 |
# File 'sig/types.rbs', line 292 def vnfc_resource_info @vnfc_resource_info end |