Class: Aws::Outposts::Types::GetCapacityTaskInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Outposts::Types::GetCapacityTaskInput
 
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #capacity_task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ID of the capacity task. 
- 
  
    
      #outpost_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ID or ARN of the Outpost associated with the specified capacity task. 
Instance Attribute Details
#capacity_task_id ⇒ String
ID of the capacity task.
| 708 709 710 711 712 713 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 708 class GetCapacityTaskInput < Struct.new( :capacity_task_id, :outpost_identifier) SENSITIVE = [] include Aws::Structure end | 
#outpost_identifier ⇒ String
ID or ARN of the Outpost associated with the specified capacity task.
| 708 709 710 711 712 713 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 708 class GetCapacityTaskInput < Struct.new( :capacity_task_id, :outpost_identifier) SENSITIVE = [] include Aws::Structure end |