SharedImagePermissions class

Describes the permissions that are available to the specified AWS account for a shared image.

Constructors

SharedImagePermissions({required ImagePermissions imagePermissions, required String sharedAccountId})
SharedImagePermissions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
imagePermissions ImagePermissions
Describes the permissions for a shared image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedAccountId String
The 12-digit identifier of the AWS account with which the image is shared.
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