DescribeWorkforceRequest

public struct DescribeWorkforceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the private workforce whose access you want to restrict. WorkforceName is automatically set to default when a workforce is created and cannot be modified.

    Declaration

    Swift

    public let workforceName: String
  • Undocumented

    Declaration

    Swift

    public init(workforceName: String)
  • Declaration

    Swift

    public func validate(name: String) throws