DescribeWorkspaceImagePermissionsResult
public struct DescribeWorkspaceImagePermissionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the image.
Declaration
Swift
public let imageId: String?
-
The identifiers of the AWS accounts that the image has been shared with.
Declaration
Swift
public let imagePermissions: [ImagePermission]?
-
The token to use to retrieve the next set of results, or null if no more results are available.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(imageId: String? = nil, imagePermissions: [ImagePermission]? = nil, nextToken: String? = nil)