Class: Aws::EC2::Types::CancelReservedInstancesListingResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of CancelReservedInstancesListing.

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_listingsArray<Types::ReservedInstancesListing>

The Reserved Instance listing.



2261
2262
2263
2264
# File 'lib/aws-sdk-ec2/types.rb', line 2261

class CancelReservedInstancesListingResult < Struct.new(
  :reserved_instances_listings)
  include Aws::Structure
end