Class: Aws::Types::ListSolNetworkInstanceInfo
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkInstanceInfo
- 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.
-
#metadata ⇒ Types::ListSolNetworkInstanceMetadata
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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
401 402 403 |
# File 'sig/types.rbs', line 401 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
402 403 404 |
# File 'sig/types.rbs', line 402 def id @id end |
#metadata ⇒ Types::ListSolNetworkInstanceMetadata
Returns the value of attribute metadata.
403 404 405 |
# File 'sig/types.rbs', line 403 def @metadata end |
#ns_instance_description ⇒ ::String
Returns the value of attribute ns_instance_description.
404 405 406 |
# File 'sig/types.rbs', line 404 def ns_instance_description @ns_instance_description end |
#ns_instance_name ⇒ ::String
Returns the value of attribute ns_instance_name.
405 406 407 |
# File 'sig/types.rbs', line 405 def ns_instance_name @ns_instance_name end |
#ns_state ⇒ "INSTANTIATED", ...
Returns the value of attribute ns_state.
406 407 408 |
# File 'sig/types.rbs', line 406 def ns_state @ns_state end |
#nsd_id ⇒ ::String
Returns the value of attribute nsd_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def nsd_id @nsd_id end |
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
408 409 410 |
# File 'sig/types.rbs', line 408 def nsd_info_id @nsd_info_id end |