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

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

Overview

Contains the output of CreateReservedInstancesListing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_listingsArray<Types::ReservedInstancesListing>

Information about the Standard Reserved Instance listing.



10211
10212
10213
10214
10215
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10211

class CreateReservedInstancesListingResult < Struct.new(
  :reserved_instances_listings)
  SENSITIVE = []
  include Aws::Structure
end