Class: Aws::Types::TerminateSolNetworkInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::TerminateSolNetworkInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
589 590 591 |
# File 'sig/types.rbs', line 589 def ns_instance_id @ns_instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
590 591 592 |
# File 'sig/types.rbs', line 590 def @tags end |