DescribeSubnetGroupsResponse
public struct DescribeSubnetGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Provides an identifier to allow retrieval of paginated results.
Declaration
Swift
public let nextToken: String?
-
An array of subnet groups. Each element in the array represents a single subnet group.
Declaration
Swift
public let subnetGroups: [SubnetGroup]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, subnetGroups: [SubnetGroup]? = nil)