AWSEC2SpotDatafeedSubscription
Objective-C
@interface AWSEC2SpotDatafeedSubscription
Swift
class AWSEC2SpotDatafeedSubscription
Describes the data feed for a Spot Instance.
-
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
The fault codes for the Spot Instance request, if any.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2SpotInstanceStateFault *_Nullable fault;
Swift
var fault: AWSEC2SpotInstanceStateFault? { get set }
-
The Amazon Web Services account ID of the account.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
The prefix for the data feed files.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefix;
Swift
var prefix: String? { get set }
-
The state of the Spot Instance data feed subscription.
Declaration
Objective-C
@property (nonatomic) AWSEC2DatafeedSubscriptionState state;
Swift
var state: AWSEC2DatafeedSubscriptionState { get set }