Class: Aws::IoT::Types::UpdateCommandResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateCommandResponse
- 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.
-
#deprecated ⇒ Boolean
The boolean that indicates whether the command was deprecated.
-
#description ⇒ String
The updated text description of the command.
-
#display_name ⇒ String
The updated user-friendly display name in the console for the command.
-
#last_updated_at ⇒ Time
The date and time (epoch timestamp in seconds) when the command was last updated.
Instance Attribute Details
#command_id ⇒ String
The unique identifier of the command.
17349 17350 17351 17352 17353 17354 17355 17356 17357 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349 class UpdateCommandResponse < Struct.new( :command_id, :display_name, :description, :deprecated, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#deprecated ⇒ Boolean
The boolean that indicates whether the command was deprecated.
17349 17350 17351 17352 17353 17354 17355 17356 17357 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349 class UpdateCommandResponse < Struct.new( :command_id, :display_name, :description, :deprecated, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated text description of the command.
17349 17350 17351 17352 17353 17354 17355 17356 17357 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349 class UpdateCommandResponse < Struct.new( :command_id, :display_name, :description, :deprecated, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The updated user-friendly display name in the console for the command.
17349 17350 17351 17352 17353 17354 17355 17356 17357 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349 class UpdateCommandResponse < Struct.new( :command_id, :display_name, :description, :deprecated, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time (epoch timestamp in seconds) when the command was last updated.
17349 17350 17351 17352 17353 17354 17355 17356 17357 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17349 class UpdateCommandResponse < Struct.new( :command_id, :display_name, :description, :deprecated, :last_updated_at) SENSITIVE = [] include Aws::Structure end |