Group class

A group in Amazon QuickSight consists of a set of users. You can use groups to make it easier to manage access and security.

Constructors

Group({String? arn, String? description, String? groupName, String? principalId})
Group.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) for the group.
final
description String?
The group description.
final
groupName String?
The name of the group.
final
hashCode int
The hash code for this object.
no setterinherited
principalId String?
The principal ID of the group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited