Class: Aws::Types::TerminateSolNetworkInstanceInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


590
591
592
# File 'sig/types.rbs', line 590

def tags
  @tags
end