UpdateVariableRequest

public struct UpdateVariableRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new default value of the variable.

    Declaration

    Swift

    public let defaultValue: String?
  • The new description.

    Declaration

    Swift

    public let description: String?
  • The name of the variable.

    Declaration

    Swift

    public let name: String
  • The variable type. For more information see Variable types.

    Declaration

    Swift

    public let variableType: String?
  • Undocumented

    Declaration

    Swift

    public init(defaultValue: String? = nil, description: String? = nil, name: String, variableType: String? = nil)