AWSEC2CreateReservedInstancesListingResult
Objective-C
@interface AWSEC2CreateReservedInstancesListingResult
Swift
class AWSEC2CreateReservedInstancesListingResult
Contains the output of CreateReservedInstancesListing.
-
Information about the Standard Reserved Instance listing.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ReservedInstancesListing *> *_Nullable reservedInstancesListings;
Swift
var reservedInstancesListings: [AWSEC2ReservedInstancesListing]? { get set }