Class: Aws::Types::GetSolNetworkInstanceOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkInstanceOutput
- 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.
-
#lcm_op_info ⇒ Types::LcmOperationInfo
Returns the value of attribute lcm_op_info.
-
#metadata ⇒ Types::GetSolNetworkInstanceMetadata
Returns the value of attribute metadata.
-
#ns_instance_description ⇒ ::String
Returns the value of attribute ns_instance_description.
-
#ns_instance_name ⇒ ::String
Returns the value of attribute ns_instance_name.
-
#ns_state ⇒ "INSTANTIATED", ...
Returns the value of attribute ns_state.
-
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
-
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
190 191 192 |
# File 'sig/types.rbs', line 190 def id @id end |
#lcm_op_info ⇒ Types::LcmOperationInfo
Returns the value of attribute lcm_op_info.
191 192 193 |
# File 'sig/types.rbs', line 191 def lcm_op_info @lcm_op_info end |
#metadata ⇒ Types::GetSolNetworkInstanceMetadata
Returns the value of attribute metadata.
192 193 194 |
# File 'sig/types.rbs', line 192 def @metadata end |
#ns_instance_description ⇒ ::String
Returns the value of attribute ns_instance_description.
193 194 195 |
# File 'sig/types.rbs', line 193 def ns_instance_description @ns_instance_description end |
#ns_instance_name ⇒ ::String
Returns the value of attribute ns_instance_name.
194 195 196 |
# File 'sig/types.rbs', line 194 def ns_instance_name @ns_instance_name end |
#ns_state ⇒ "INSTANTIATED", ...
Returns the value of attribute ns_state.
195 196 197 |
# File 'sig/types.rbs', line 195 def ns_state @ns_state end |
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
196 197 198 |
# File 'sig/types.rbs', line 196 def nsd_id @nsd_id end |
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
197 198 199 |
# File 'sig/types.rbs', line 197 def nsd_info_id @nsd_info_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
198 199 200 |
# File 'sig/types.rbs', line 198 def @tags end |