SpotDatafeedSubscription
public struct SpotDatafeedSubscription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon S3 bucket where the Spot Instance data feed is located.
Declaration
Swift
public let bucket: String?
-
The fault codes for the Spot Instance request, if any.
Declaration
Swift
public let fault: SpotInstanceStateFault?
-
The AWS account ID of the account.
Declaration
Swift
public let ownerId: String?
-
The prefix that is prepended to data feed files.
Declaration
Swift
public let prefix: String?
-
The state of the Spot Instance data feed subscription.
Declaration
Swift
public let state: DatafeedSubscriptionState?
-
Undocumented
Declaration
Swift
public init(bucket: String? = nil, fault: SpotInstanceStateFault? = nil, ownerId: String? = nil, prefix: String? = nil, state: DatafeedSubscriptionState? = nil)