Class: Aws::EC2::Types::PurchaseCapacityBlockResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PurchaseCapacityBlockResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_blocks ⇒ Array<Types::CapacityBlock>
The Capacity Block.
-
#capacity_reservation ⇒ Types::CapacityReservation
The Capacity Reservation.
Instance Attribute Details
#capacity_blocks ⇒ Array<Types::CapacityBlock>
The Capacity Block.
70044 70045 70046 70047 70048 70049 |
# File 'lib/aws-sdk-ec2/types.rb', line 70044 class PurchaseCapacityBlockResult < Struct.new( :capacity_reservation, :capacity_blocks) SENSITIVE = [] include Aws::Structure end |
#capacity_reservation ⇒ Types::CapacityReservation
The Capacity Reservation.
70044 70045 70046 70047 70048 70049 |
# File 'lib/aws-sdk-ec2/types.rb', line 70044 class PurchaseCapacityBlockResult < Struct.new( :capacity_reservation, :capacity_blocks) SENSITIVE = [] include Aws::Structure end |