DescribeVpcEndpointServicesResult

public struct DescribeVpcEndpointServicesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Swift

    public let nextToken: String?
  • Information about the service.

    Declaration

    Swift

    public let serviceDetails: [ServiceDetail]?
  • A list of supported services.

    Declaration

    Swift

    public let serviceNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, serviceDetails: [ServiceDetail]? = nil, serviceNames: [String]? = nil)