GetParameterHistoryResult
public struct GetParameterHistoryResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The token to use when requesting the next set of items. If there are no additional items to return, the string is empty. DeclarationSwift public let nextToken: String?
- 
                  
                  A list of parameters returned by the request. DeclarationSwift public let parameters: [ParameterHistory]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, parameters: [ParameterHistory]? = nil)
 View on GitHub
View on GitHub GetParameterHistoryResult Structure Reference
        GetParameterHistoryResult Structure Reference