ListGatewayGroupsResponse
public struct ListGatewayGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The gateway groups in the list.
Declaration
Swift
public let gatewayGroups: [GatewayGroupSummary]?
-
The token used to paginate though multiple pages of gateway group summaries.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(gatewayGroups: [GatewayGroupSummary]? = nil, nextToken: String? = nil)