DescribeGroupsRequest

public struct DescribeGroupsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

    Declaration

    Swift

    public let authenticationToken: String?
  • The maximum number of items to return with this call.

    Declaration

    Swift

    public let limit: Int?
  • The marker for the next set of results. (You received this marker from a previous call.)

    Declaration

    Swift

    public let marker: String?
  • The ID of the organization.

    Declaration

    Swift

    public let organizationId: String?
  • A query to describe groups by group name.

    Declaration

    Swift

    public let searchQuery: String
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, limit: Int? = nil, marker: String? = nil, organizationId: String? = nil, searchQuery: String)
  • Declaration

    Swift

    public func validate(name: String) throws