Class: Aws::EC2::Types::CreateReservedInstancesListingResult

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

Overview

Contains the output of CreateReservedInstancesListing.

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_listingsArray<Types::ReservedInstancesListing>

Information about the Standard Reserved Instance listing.



6087
6088
6089
6090
# File 'lib/aws-sdk-ec2/types.rb', line 6087

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