Class: Aws::Types::ListSolFunctionInstanceInfo
- Inherits:
-
Object
- Object
- Aws::Types::ListSolFunctionInstanceInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#instantiated_vnf_info ⇒ Types::GetSolInstantiatedVnfInfo
Returns the value of attribute instantiated_vnf_info.
-
#instantiation_state ⇒ "INSTANTIATED", "NOT_INSTANTIATED"
Returns the value of attribute instantiation_state.
-
#metadata ⇒ Types::ListSolFunctionInstanceMetadata
Returns the value of attribute metadata.
-
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
-
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
-
#vnf_pkg_name ⇒ ::String
Returns the value of attribute vnf_pkg_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
339 340 341 |
# File 'sig/types.rbs', line 339 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
340 341 342 |
# File 'sig/types.rbs', line 340 def id @id end |
#instantiated_vnf_info ⇒ Types::GetSolInstantiatedVnfInfo
Returns the value of attribute instantiated_vnf_info.
341 342 343 |
# File 'sig/types.rbs', line 341 def instantiated_vnf_info @instantiated_vnf_info end |
#instantiation_state ⇒ "INSTANTIATED", "NOT_INSTANTIATED"
Returns the value of attribute instantiation_state.
342 343 344 |
# File 'sig/types.rbs', line 342 def instantiation_state @instantiation_state end |
#metadata ⇒ Types::ListSolFunctionInstanceMetadata
Returns the value of attribute metadata.
343 344 345 |
# File 'sig/types.rbs', line 343 def end |
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
344 345 346 |
# File 'sig/types.rbs', line 344 def ns_instance_id @ns_instance_id end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
345 346 347 |
# File 'sig/types.rbs', line 345 def vnf_pkg_id @vnf_pkg_id end |
#vnf_pkg_name ⇒ ::String
Returns the value of attribute vnf_pkg_name.
346 347 348 |
# File 'sig/types.rbs', line 346 def vnf_pkg_name @vnf_pkg_name end |