Class: Aws::IoT::Types::UpdateCommandRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateCommandRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_id ⇒ String
The unique identifier of the command to be updated.
-
#deprecated ⇒ Boolean
A boolean that you can use to specify whether to deprecate a command.
-
#description ⇒ String
A short text description of the command.
-
#display_name ⇒ String
The new user-friendly name to use in the console for the command.
Instance Attribute Details
#command_id ⇒ String
The unique identifier of the command to be updated.
17318 17319 17320 17321 17322 17323 17324 17325 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318 class UpdateCommandRequest < Struct.new( :command_id, :display_name, :description, :deprecated) SENSITIVE = [] include Aws::Structure end |
#deprecated ⇒ Boolean
A boolean that you can use to specify whether to deprecate a command.
17318 17319 17320 17321 17322 17323 17324 17325 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318 class UpdateCommandRequest < Struct.new( :command_id, :display_name, :description, :deprecated) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A short text description of the command.
17318 17319 17320 17321 17322 17323 17324 17325 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318 class UpdateCommandRequest < Struct.new( :command_id, :display_name, :description, :deprecated) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The new user-friendly name to use in the console for the command.
17318 17319 17320 17321 17322 17323 17324 17325 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17318 class UpdateCommandRequest < Struct.new( :command_id, :display_name, :description, :deprecated) SENSITIVE = [] include Aws::Structure end |