Class: Aws::Types::GetSolFunctionInstanceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolFunctionInstanceOutput
- 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::GetSolVnfInfo
Returns the value of attribute instantiated_vnf_info.
-
#instantiation_state ⇒ "INSTANTIATED", "NOT_INSTANTIATED"
Returns the value of attribute instantiation_state.
-
#metadata ⇒ Types::GetSolFunctionInstanceMetadata
Returns the value of attribute metadata.
-
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
-
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
-
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
-
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
-
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
107 108 109 |
# File 'sig/types.rbs', line 107 def id @id end |
#instantiated_vnf_info ⇒ Types::GetSolVnfInfo
Returns the value of attribute instantiated_vnf_info.
108 109 110 |
# File 'sig/types.rbs', line 108 def instantiated_vnf_info @instantiated_vnf_info end |
#instantiation_state ⇒ "INSTANTIATED", "NOT_INSTANTIATED"
Returns the value of attribute instantiation_state.
109 110 111 |
# File 'sig/types.rbs', line 109 def instantiation_state @instantiation_state end |
#metadata ⇒ Types::GetSolFunctionInstanceMetadata
Returns the value of attribute metadata.
110 111 112 |
# File 'sig/types.rbs', line 110 def @metadata end |
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
111 112 113 |
# File 'sig/types.rbs', line 111 def ns_instance_id @ns_instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
112 113 114 |
# File 'sig/types.rbs', line 112 def @tags end |
#vnf_pkg_id ⇒ ::String
Returns the value of attribute vnf_pkg_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def vnf_pkg_id @vnf_pkg_id end |
#vnf_product_name ⇒ ::String
Returns the value of attribute vnf_product_name.
114 115 116 |
# File 'sig/types.rbs', line 114 def vnf_product_name @vnf_product_name end |
#vnf_provider ⇒ ::String
Returns the value of attribute vnf_provider.
115 116 117 |
# File 'sig/types.rbs', line 115 def vnf_provider @vnf_provider end |
#vnfd_id ⇒ ::String
Returns the value of attribute vnfd_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def vnfd_id @vnfd_id end |
#vnfd_version ⇒ ::String
Returns the value of attribute vnfd_version.
117 118 119 |
# File 'sig/types.rbs', line 117 def vnfd_version @vnfd_version end |