Class: Aws::Outposts::Types::CapacityTaskSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::CapacityTaskSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
The summary of the capacity task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #capacity_task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the specified capacity task.
 - 
  
    
      #capacity_task_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the capacity task.
 - 
  
    
      #completion_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the specified capacity task successfully ran.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the specified capacity task was created.
 - 
  
    
      #last_modified_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date that the specified capacity was last modified.
 - 
  
    
      #order_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
 - 
  
    
      #outpost_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Outpost associated with the specified capacity task.
 
Instance Attribute Details
#capacity_task_id ⇒ String
The ID of the specified capacity task.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#capacity_task_status ⇒ String
The status of the capacity task.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#completion_date ⇒ Time
The date that the specified capacity task successfully ran.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The date that the specified capacity task was created.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_date ⇒ Time
The date that the specified capacity was last modified.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#order_id ⇒ String
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_id ⇒ String
The ID of the Outpost associated with the specified capacity task.
      228 229 230 231 232 233 234 235 236 237 238  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 228 class CapacityTaskSummary < Struct.new( :capacity_task_id, :outpost_id, :order_id, :capacity_task_status, :creation_date, :completion_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end  |