GetParametersByPathResult
public struct GetParametersByPathResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift public let nextToken: String?
- 
                  
                  A list of parameters found in the specified hierarchy. DeclarationSwift public let parameters: [Parameter]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, parameters: [Parameter]? = nil)
 View on GitHub
View on GitHub GetParametersByPathResult Structure Reference
        GetParametersByPathResult Structure Reference