DescribeImagePermissionsResult
public struct DescribeImagePermissionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the private image.
Declaration
Swift
public let name: String?
-
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Declaration
Swift
public let nextToken: String?
-
The permissions for a private image that you own.
Declaration
Swift
public let sharedImagePermissionsList: [SharedImagePermissions]?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, nextToken: String? = nil, sharedImagePermissionsList: [SharedImagePermissions]? = nil)