Class: Aws::EC2::Types::DescribeReservedInstancesListingsResult

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

Overview

Contains the output of DescribeReservedInstancesListings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_listingsArray<Types::ReservedInstancesListing>

Information about the Reserved Instance listing.



23489
23490
23491
23492
23493
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23489

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