ImagePermissions
public struct ImagePermissions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether the image can be used for a fleet.
Declaration
Swift
public let allowFleet: Bool? -
Indicates whether the image can be used for an image builder.
Declaration
Swift
public let allowImageBuilder: Bool? -
Undocumented
Declaration
Swift
public init(allowFleet: Bool? = nil, allowImageBuilder: Bool? = nil)
View on GitHub
ImagePermissions Structure Reference