AWSEC2DescribeMacHostsRequest

Objective-C

@interface AWSEC2DescribeMacHostsRequest

Swift

class AWSEC2DescribeMacHostsRequest
  • The filters.

    • availability-zone - The Availability Zone of the EC2 Mac Dedicated Host.

    • instance-type - The instance type size that the EC2 Mac Dedicated Host is configured to support.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Filter *> *_Nullable filters;

    Swift

    var filters: [AWSEC2Filter]? { get set }
  • The IDs of the EC2 Mac Dedicated Hosts.

    Declaration

    Objective-C

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

    Swift

    var hostIds: [String]? { get set }
  • The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { 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 }