DescribeParameterGroupsResponse
public struct DescribeParameterGroupsResponse : 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 parameter groups. Each element in the array represents one parameter group.
Declaration
Swift
public let parameterGroups: [ParameterGroup]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, parameterGroups: [ParameterGroup]? = nil)
View on GitHub
DescribeParameterGroupsResponse Structure Reference