Class: Aws::EC2::Types::CapacityReservationTargetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CapacityReservationTargetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a target Capacity Reservation or Capacity Reservation group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #capacity_reservation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the targeted Capacity Reservation.
 - 
  
    
      #capacity_reservation_resource_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the targeted Capacity Reservation group.
 
Instance Attribute Details
#capacity_reservation_id ⇒ String
The ID of the targeted Capacity Reservation.
      5701 5702 5703 5704 5705 5706  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5701 class CapacityReservationTargetResponse < Struct.new( :capacity_reservation_id, :capacity_reservation_resource_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#capacity_reservation_resource_group_arn ⇒ String
The ARN of the targeted Capacity Reservation group.
      5701 5702 5703 5704 5705 5706  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5701 class CapacityReservationTargetResponse < Struct.new( :capacity_reservation_id, :capacity_reservation_resource_group_arn) SENSITIVE = [] include Aws::Structure end  |