Class: Aws::IoT::Types::CommandSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::CommandSummary
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Summary information about a particular command resource.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #command_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the command. 
- 
  
    
      #command_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the command. 
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp, when the command was created. 
- 
  
    
      #deprecated  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the command has been deprecated. 
- 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The display name of the command. 
- 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp, when the command was last updated. 
- 
  
    
      #pending_deletion  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the command is pending deletion. 
Instance Attribute Details
#command_arn ⇒ String
The Amazon Resource Name (ARN) of the command.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end | 
#command_id ⇒ String
The unique identifier of the command.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end | 
#created_at ⇒ Time
The timestamp, when the command was created.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end | 
#deprecated ⇒ Boolean
Indicates whether the command has been deprecated.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end | 
#display_name ⇒ String
The display name of the command.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end | 
#last_updated_at ⇒ Time
The timestamp, when the command was last updated.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end | 
#pending_deletion ⇒ Boolean
Indicates whether the command is pending deletion.
| 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2435 class CommandSummary < Struct.new( :command_arn, :command_id, :display_name, :deprecated, :created_at, :last_updated_at, :pending_deletion) SENSITIVE = [] include Aws::Structure end |