AWSEC2ModifyHostsResult

Objective-C

@interface AWSEC2ModifyHostsResult

Swift

class AWSEC2ModifyHostsResult
  • The IDs of the Dedicated Hosts that were successfully modified.

    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 modified. Check whether the setting you requested can be used.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2UnsuccessfulItem *> *_Nullable unsuccessful;

    Swift

    var unsuccessful: [AWSEC2UnsuccessfulItem]? { get set }