Method: Aws::IoT::Types::UpdateCommandRequest#deprecated
- Defined in:
- lib/aws-sdk-iot/types.rb
#deprecated ⇒ Boolean
A boolean that you can use to specify whether to deprecate a command.
17658 17659 17660 17661 17662 17663 17664 17665 |
# File 'lib/aws-sdk-iot/types.rb', line 17658 class UpdateCommandRequest < Struct.new( :command_id, :display_name, :description, :deprecated) SENSITIVE = [] include Aws::Structure end |