ListEndpointGroupsResponse
public struct ListEndpointGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of the endpoint groups associated with a listener.
Declaration
Swift
public let endpointGroups: [EndpointGroup]?
-
The token for the next set of results. You receive this token from a previous call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(endpointGroups: [EndpointGroup]? = nil, nextToken: String? = nil)