RecipeSummary
public struct RecipeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time (in Unix time) that the recipe was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
The date and time (in Unix time) that the recipe was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
The name of the recipe.
Declaration
Swift
public let name: String? -
The Amazon Resource Name (ARN) of the recipe.
Declaration
Swift
public let recipeArn: String? -
The status of the recipe.
Declaration
Swift
public let status: String?
View on GitHub
RecipeSummary Structure Reference