AWSEC2DescribeSpotDatafeedSubscriptionResult
Objective-C
@interface AWSEC2DescribeSpotDatafeedSubscriptionResult
Swift
class AWSEC2DescribeSpotDatafeedSubscriptionResult
Contains the output of DescribeSpotDatafeedSubscription.
-
The Spot Instance data feed subscription.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SpotDatafeedSubscription *_Nullable spotDatafeedSubscription;
Swift
var spotDatafeedSubscription: AWSEC2SpotDatafeedSubscription? { get set }