AWSEC2DescribeReservedInstancesListingsRequest
Objective-C
@interface AWSEC2DescribeReservedInstancesListingsRequest
Swift
class AWSEC2DescribeReservedInstancesListingsRequest
Contains the parameters for DescribeReservedInstancesListings.
-
One or more filters.
reserved-instances-id- The ID of the Reserved Instances.reserved-instances-listing-id- The ID of the Reserved Instances listing.status- The status of the Reserved Instance listing (pending|active|cancelled|closed).status-message- The reason for the status.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2Filter *> *_Nullable filters;Swift
var filters: [AWSEC2Filter]? { get set } -
One or more Reserved Instance IDs.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable reservedInstancesId;Swift
var reservedInstancesId: String? { get set } -
One or more Reserved Instance listing IDs.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable reservedInstancesListingId;Swift
var reservedInstancesListingId: String? { get set }
View on GitHub
Install in Dash
AWSEC2DescribeReservedInstancesListingsRequest Class Reference