DescribeWorkspaceImagePermissionsRequest
public struct DescribeWorkspaceImagePermissionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the image.
Declaration
Swift
public let imageId: String
-
The maximum number of items to return.
Declaration
Swift
public let maxResults: Int?
-
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(imageId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws