GetParameterHistoryResult

public struct GetParameterHistoryResult : AWSShape

Undocumented

  • Declaration

    Swift

    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.

    Declaration

    Swift

    public let nextToken: String?
  • A list of parameters returned by the request.

    Declaration

    Swift

    public let parameters: [ParameterHistory]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, parameters: [ParameterHistory]? = nil)