Grant class

Describes a grant.

Constructors

Grant({required String grantArn, required String grantName, required GrantStatus grantStatus, required List<AllowedOperation> grantedOperations, required String granteePrincipalArn, required String homeRegion, required String licenseArn, required String parentArn, required String version, String? statusReason})
Grant.fromJson(Map<String, dynamic> json)
factory

Properties

grantArn String
Amazon Resource Name (ARN) of the grant.
final
grantedOperations List<AllowedOperation>
Granted operations.
final
granteePrincipalArn String
The grantee principal ARN.
final
grantName String
Grant name.
final
grantStatus GrantStatus
Grant status.
final
hashCode int
The hash code for this object.
no setterinherited
homeRegion String
Home Region of the grant.
final
licenseArn String
License ARN.
final
parentArn String
Parent ARN.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusReason String?
Grant status reason.
final
version String
Grant version.
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