DescribeDocumentPermissionResponse class

Constructors

DescribeDocumentPermissionResponse({List<String>? accountIds, List<AccountSharingInfo>? accountSharingInfoList})
DescribeDocumentPermissionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accountIds List<String>?
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
final
accountSharingInfoList List<AccountSharingInfo>?
A list of AWS accounts where the current document is shared and the version shared with each account.
final
hashCode int
The hash code for this object.
no setterinherited
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