GetVariablesResult

public struct GetVariablesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The next page token to be used in subsequent requests.

    Declaration

    Swift

    public let nextToken: String?
  • The names of the variables returned.

    Declaration

    Swift

    public let variables: [Variable]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, variables: [Variable]? = nil)