ListUserGroupsRequest

public struct ListUserGroupsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.

    Declaration

    Swift

    public let awsAccountId: String
  • The maximum number of results to return from this request.

    Declaration

    Swift

    public let maxResults: Int?
  • The namespace. Currently, you should set this to default.

    Declaration

    Swift

    public let namespace: String
  • A pagination token that can be used in a subsequent request.

    Declaration

    Swift

    public let nextToken: String?
  • The Amazon QuickSight user name that you want to list group memberships for.

    Declaration

    Swift

    public let userName: String
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, maxResults: Int? = nil, namespace: String, nextToken: String? = nil, userName: String)
  • Declaration

    Swift

    public func validate(name: String) throws