GetParametersByPathResult
public struct GetParametersByPathResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token for the next set of items to return. Use this token to get the next set of results.
Declaration
Swift
public let nextToken: String? -
A list of parameters found in the specified hierarchy.
Declaration
Swift
public let parameters: [Parameter]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, parameters: [Parameter]? = nil)
View on GitHub
GetParametersByPathResult Structure Reference