SystemControl

public struct SystemControl : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The namespaced kernel parameter for which to set a value.

    Declaration

    Swift

    public let namespace: String?
  • The value for the namespaced kernel parameter specified in namespace.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(namespace: String? = nil, value: String? = nil)