Class: Aws::EC2::Types::CreateCapacityReservationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCapacityReservationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation ⇒ Types::CapacityReservation
Information about the Capacity Reservation.
Instance Attribute Details
#capacity_reservation ⇒ Types::CapacityReservation
Information about the Capacity Reservation.
8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8002 class CreateCapacityReservationResult < Struct.new( :capacity_reservation) SENSITIVE = [] include Aws::Structure end |