Class: Aws::Drs::Types::ParticipatingResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::ParticipatingResource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Represents a resource participating in an asynchronous Job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The launch status of a participating resource.
 - 
  
    
      #participating_resource_id  ⇒ Types::ParticipatingResourceID 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a participating resource.
 
Instance Attribute Details
#launch_status ⇒ String
The launch status of a participating resource.
      2051 2052 2053 2054 2055 2056  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2051 class ParticipatingResource < Struct.new( :launch_status, :participating_resource_id) SENSITIVE = [] include Aws::Structure end  | 
  
#participating_resource_id ⇒ Types::ParticipatingResourceID
The ID of a participating resource.
      2051 2052 2053 2054 2055 2056  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2051 class ParticipatingResource < Struct.new( :launch_status, :participating_resource_id) SENSITIVE = [] include Aws::Structure end  |