AWSEC2ReleaseHostsResult
Objective-C
@interface AWSEC2ReleaseHostsResult
Swift
class AWSEC2ReleaseHostsResult
-
The IDs of the Dedicated Hosts that were successfully released.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable successful;Swift
var successful: [String]? { get set } -
The IDs of the Dedicated Hosts that could not be released, including an error message.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2UnsuccessfulItem *> *_Nullable unsuccessful;Swift
var unsuccessful: [AWSEC2UnsuccessfulItem]? { get set }
View on GitHub
Install in Dash
AWSEC2ReleaseHostsResult Class Reference