AWSEC2DescribeVpcEndpointServicesResult

Objective-C

@interface AWSEC2DescribeVpcEndpointServicesResult

Swift

class AWSEC2DescribeVpcEndpointServicesResult
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • Information about the service.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2ServiceDetail *> *_Nullable serviceDetails;

    Swift

    var serviceDetails: [AWSEC2ServiceDetail]? { get set }
  • The supported services.

    Declaration

    Objective-C

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

    Swift

    var serviceNames: [String]? { get set }