AWSEC2DescribeMacHostsResult
Objective-C
@interface AWSEC2DescribeMacHostsResult
Swift
class AWSEC2DescribeMacHostsResult
-
Information about the EC2 Mac Dedicated Hosts.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2MacHost *> *_Nullable macHosts;
Swift
var macHosts: [AWSEC2MacHost]? { get set }
-
The token to use to retrieve the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }