UpdateWorkGroupInput
public struct UpdateWorkGroupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The workgroup configuration that will be updated for the given workgroup.
Declaration
Swift
public let configurationUpdates: WorkGroupConfigurationUpdates? -
The workgroup description.
Declaration
Swift
public let description: String? -
The workgroup state that will be updated for the given workgroup.
Declaration
Swift
public let state: WorkGroupState? -
The specified workgroup that will be updated.
Declaration
Swift
public let workGroup: String -
Undocumented
Declaration
Swift
public init(configurationUpdates: WorkGroupConfigurationUpdates? = nil, description: String? = nil, state: WorkGroupState? = nil, workGroup: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateWorkGroupInput Structure Reference