CreateGroupRequest

public struct CreateGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let awsAccountId: String
  • A description for the group that you want to create.

    Declaration

    Swift

    public let description: String?
  • A name for the group that you want to create.

    Declaration

    Swift

    public let groupName: String
  • The namespace. Currently, you should set this to default.

    Declaration

    Swift

    public let namespace: String
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, description: String? = nil, groupName: String, namespace: String)
  • Declaration

    Swift

    public func validate(name: String) throws