DescribeWorkteamRequest

public struct DescribeWorkteamRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the work team to return a description of.

    Declaration

    Swift

    public let workteamName: String
  • Undocumented

    Declaration

    Swift

    public init(workteamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws