ImageRecipeSummary
public struct ImageRecipeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the image recipe.
Declaration
Swift
public let arn: String?
-
The date on which this image recipe was created.
Declaration
Swift
public let dateCreated: String?
-
The name of the image recipe.
Declaration
Swift
public let name: String?
-
The owner of the image recipe.
Declaration
Swift
public let owner: String?
-
The parent image of the image recipe.
Declaration
Swift
public let parentImage: String?
-
The platform of the image recipe.
Declaration
Swift
public let platform: Platform?
-
The tags of the image recipe.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, dateCreated: String? = nil, name: String? = nil, owner: String? = nil, parentImage: String? = nil, platform: Platform? = nil, tags: [String : String]? = nil)