AWSEC2AllocateHostsResult

Objective-C

@interface AWSEC2AllocateHostsResult

Swift

class AWSEC2AllocateHostsResult

Contains the output of AllocateHosts.

  • The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable hostIds;

    Swift

    var hostIds: [String]? { get set }