Class: Aws::SnowDeviceManagement::Types::TaskSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SnowDeviceManagement::Types::TaskSummary
 
- Defined in:
- gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Information about the task assigned to one or many devices.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the task assigned to one or many devices. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional metadata that you assign to a resource. 
- 
  
    
      #task_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the task. 
- 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The task ID. 
Instance Attribute Details
#state ⇒ String
The state of the task assigned to one or many devices.
| 1060 1061 1062 1063 1064 1065 1066 1067 | # File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060 class TaskSummary < Struct.new( :state, :tags, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
| 1060 1061 1062 1063 1064 1065 1066 1067 | # File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060 class TaskSummary < Struct.new( :state, :tags, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end | 
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
| 1060 1061 1062 1063 1064 1065 1066 1067 | # File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060 class TaskSummary < Struct.new( :state, :tags, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end | 
#task_id ⇒ String
The task ID.
| 1060 1061 1062 1063 1064 1065 1066 1067 | # File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 1060 class TaskSummary < Struct.new( :state, :tags, :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |