ResourceSharePermissionSummary class

Information about a permission that is associated with a resource share.

Constructors

ResourceSharePermissionSummary({String? arn, DateTime? creationTime, bool? defaultVersion, DateTime? lastUpdatedTime, String? name, String? resourceType, String? status, String? version})
ResourceSharePermissionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the permission.
final
creationTime DateTime?
The date and time when the permission was created.
final
defaultVersion bool?
The identifier for the version of the permission that is set as the default version.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The date and time when the permission was last updated.
final
name String?
The name of the permission.
final
resourceType String?
The type of resource to which the permission applies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The current status of the permission.
final
version String?
The identifier for the version of the permission.
final

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